Shades of Neon Pink #FE5ECD
Tints of Neon Pink #FE5ECD
RGB
CMYK
RGB Variations
Color information
#FE5ECD (or 0xFE5ECD) is known color: Neon Pink. HEX triplet: FE, 5E and CD. RGB value is (254,94,205). Sum of RGB (Red+Green+Blue) = 254+94+205=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ECD is #01A132. Grayscale: #9A9A9A. Windows color (decimal): -106803 or 13459198. OLE color: 13459198.
HSL color Cylindrical-coordinate representation of color #FE5ECD: hue angle of 318.38º 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 #FE5ECD is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 205 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.00 |
| HSL | 318.38º | 0.99% | 0.68% | - |
| HSV(B) | 318.38º | 0.63% | 1% | - |
| XYZ | 55.9 | 33.48 | 61.27 | - |
| YUV | 154.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 205 | 0 | 0.63 | 0.19 | 0.00 | 318.38 | 0.99 | 0.68 |
| Hex | FE | 5E | CD | 0 | 3F | 13 | 0 | 13E | 63 | 44 |
| Octal | 376 | 136 | 315 | 0 | 77 | 23 | 0 | 476 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11001101 | 0 | 111111 | 10011 | 0 | 100111110 | 1100011 | 1000100 |
Color Harmonies of #FE5ECD
Complementary color
Monochromatic Colors of #FE5ECD
Black with #FE5ECD
Text Example
Text Example
White with #FE5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5ECD; }
p { color: rgb(254,94,205); }
H1.HeaderClassName
{
color: #FE5ECD;
}
.AnyTagClassName
{
color: #FE5ECD;
}
</style>
background-color css
<style>
a { background-color: #FE5ECD; }
a { background-color: rgb(254,94,205); }
div.DivClassName
{
background-color: #FE5ECD;
}
.BgClassName
{
background-color: #FE5ECD;
}
</style>
border-color css
<style>
span { border-color: #FE5ECD; }
span { border-color: rgb(254,94,205); }
td.TdClassName
{
border-color: #FE5ECD;
}
.TagClassName
{
border-color: #FE5ECD;
}
</style>