Shades of Neon Pink #FE5ED6
Tints of Neon Pink #FE5ED6
RGB
CMYK
RGB Variations
Color information
#FE5ED6 (or 0xFE5ED6) is known color: Neon Pink. HEX triplet: FE, 5E and D6. RGB value is (254,94,214). Sum of RGB (Red+Green+Blue) = 254+94+214=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ED6 is #01A129. Grayscale: #9B9B9B. Windows color (decimal): -106794 or 14049022. OLE color: 14049022.
HSL color Cylindrical-coordinate representation of color #FE5ED6: hue angle of 315º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5ED6 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 214 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.00 |
| HSL | 315º | 0.99% | 0.68% | - |
| HSV(B) | 315º | 0.63% | 1% | - |
| XYZ | 57.01 | 33.93 | 67.16 | - |
| YUV | 155.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 214 | 0 | 0.63 | 0.16 | 0.00 | 315 | 0.99 | 0.68 |
| Hex | FE | 5E | D6 | 0 | 3F | 10 | 0 | 13B | 63 | 44 |
| Octal | 376 | 136 | 326 | 0 | 77 | 20 | 0 | 473 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11010110 | 0 | 111111 | 10000 | 0 | 100111011 | 1100011 | 1000100 |
Color Harmonies of #FE5ED6
Complementary color
Monochromatic Colors of #FE5ED6
Black with #FE5ED6
Text Example
Text Example
White with #FE5ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ED6; }
p { color: rgb(254,94,214); }
H1.HeaderClassName
{
color: #FE5ED6;
}
.AnyTagClassName
{
color: #FE5ED6;
}
</style>
background-color css
<style>
a { background-color: #FE5ED6; }
a { background-color: rgb(254,94,214); }
div.DivClassName
{
background-color: #FE5ED6;
}
.BgClassName
{
background-color: #FE5ED6;
}
</style>
border-color css
<style>
span { border-color: #FE5ED6; }
span { border-color: rgb(254,94,214); }
td.TdClassName
{
border-color: #FE5ED6;
}
.TagClassName
{
border-color: #FE5ED6;
}
</style>