Online HTML Link Color
Preview and copy HTML link color codes. Set link, visited, and hover colors for CSS or inline styles.
a { color: #0000EE; }
a:visited { color: #551A8B; }
a:hover { color: #0066CC; }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
Password Generator
Generate a random password with length and options for uppercase, numbers, and symbols.
Strong Random Password Generator
Generate a strong random password with length and options for uppercase, numbers, and symbols.
Color Mixer
Blend two hex colors with a mix ratio (0–100%) to get the resulting hex color (linear RGB blend).
Color Shades Generator
Generate lighter and darker shades from one hex color. Output as hex list or swatches.
Convert Color CMYK to RGB
Convert CMYK color values (0–100% or 0–1) to RGB using standard conversion formula.
Convert Color HSL to RGB
Convert HSL color (H 0–360, S and L 0–100%) to RGB values using client-side formula.