Neon Fuchsia (#FE4164)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.41:1 — vs black: 6.15:1
Color values
-
HEX
#FE4164 -
RGB
rgb(254, 65, 100) -
HSL
hsl(348, 74%, 99%) -
CMYK
cmyk( 0, 74.41, 60.63, 0.39 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FE4164 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FE4164
Base
#41FEDB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FE4164
Base
#FE41C2
#FE7C41
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FE4164
Base
#64FE41
#4164FE
Two colors flanking the complement — high contrast with less tension than full complementary.
#FE4164
Base
#41FE7C
#41C2FE
Four colors at 90° intervals — rich variety, best when one color dominates.
#FE4164
Base
#C2FE41
#41FEDB
#7C41FE
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FE4164
Base
#A5011F
#F1012E
#FE1843
#FE6A85
#FE8DA2
#FFD9E0
Darker shades and lighter tints of Neon Fuchsia, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190005
#540010
#8E011B
#C90126
#FE0734
#FE4164
Base
#FE627F
#FE839A
#FFA4B5
#FFC5CF
#FFE6EA
Ready-to-use code snippets for #FE4164. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FE4164;
}
/* Text */
.element {
color: #FE4164;
}
/* Border */
.element {
border: 1px solid #FE4164;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FE4164,
#FDFFFE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FE4164,
#FDFFFE
);
}
// SCSS variable
$neon-fuchsia: #FE4164;
// With RGB channels (useful for rgba() usage)
$neon-fuchsia-r: 254;
$neon-fuchsia-g: 65;
$neon-fuchsia-b: 100;
// Usage
.element {
background-color: $neon-fuchsia;
color: rgba($neon-fuchsia-r, $neon-fuchsia-g, $neon-fuchsia-b, 0.8);
}
How Neon Fuchsia appears to people with different types of color vision deficiency.
#FE4164
How the color appears with full color vision.
#9A9A5C
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#6E6E66
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FD4747
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#8B8B8B
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.