QuickFreeTools

Online HTML Link Color

Preview and copy HTML link color codes. Set link, visited, and hover colors for CSS or inline styles.

Frequently Asked Questions

How do I set link color in HTML?
Use inline style (e.g. style="color: #0000FF") or CSS a { color: ... }.
What about visited and hover?
Use :visited and :hover in CSS for different states.
Are hex codes safe in all browsers?
Yes. Hex color codes are universally supported in HTML and CSS.

Related Fun & Viral