Shades of Neon Pink #FD5ECE
Tints of Neon Pink #FD5ECE
RGB
CMYK
RGB Variations
Color information
#FD5ECE (or 0xFD5ECE) is known color: Neon Pink. HEX triplet: FD, 5E and CE. RGB value is (253,94,206). Sum of RGB (Red+Green+Blue) = 253+94+206=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ECE is #02A131. Grayscale: #9A9A9A. Windows color (decimal): -172338 or 13524733. OLE color: 13524733.
HSL color Cylindrical-coordinate representation of color #FD5ECE: hue angle of 317.74º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5ECE is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 94 | 206 | - |
CMYK | 0 | 0.63 | 0.19 | 0.01 |
HSL | 317.74º | 0.98% | 0.68% | - |
HSV(B) | 317.74º | 0.63% | 0.99% | - |
XYZ | 55.65 | 33.34 | 61.9 | - |
YUV | 154.31 | 157.18 | 198.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 94 | 206 | 0 | 0.63 | 0.19 | 0.01 | 317.74 | 0.98 | 0.68 |
Hex | FD | 5E | CE | 0 | 3F | 13 | 1 | 13E | 62 | 44 |
Octal | 375 | 136 | 316 | 0 | 77 | 23 | 1 | 476 | 142 | 104 |
Binary | 11111101 | 1011110 | 11001110 | 0 | 111111 | 10011 | 1 | 100111110 | 1100010 | 1000100 |
Color Harmonies of #FD5ECE
Complementary color
Monochromatic Colors of #FD5ECE
Black with #FD5ECE
Text Example
Text Example
White with #FD5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5ECE; }
p { color: rgb(253,94,206); }
H1.HeaderClassName
{
color: #FD5ECE;
}
.AnyTagClassName
{
color: #FD5ECE;
}
</style>
background-color css
<style>
a { background-color: #FD5ECE; }
a { background-color: rgb(253,94,206); }
div.DivClassName
{
background-color: #FD5ECE;
}
.BgClassName
{
background-color: #FD5ECE;
}
</style>
border-color css
<style>
span { border-color: #FD5ECE; }
span { border-color: rgb(253,94,206); }
td.TdClassName
{
border-color: #FD5ECE;
}
.TagClassName
{
border-color: #FD5ECE;
}
</style>