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