Shades of Neon Pink #FC5ECE
Tints of Neon Pink #FC5ECE
RGB
CMYK
RGB Variations
Color information
#FC5ECE (or 0xFC5ECE) is known color: Neon Pink. HEX triplet: FC, 5E and CE. RGB value is (252,94,206). Sum of RGB (Red+Green+Blue) = 252+94+206=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ECE is #03A131. Grayscale: #999999. Windows color (decimal): -237874 or 13524732. OLE color: 13524732.
HSL color Cylindrical-coordinate representation of color #FC5ECE: hue angle of 317.47º degrees, saturation: 0.96, 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 #FC5ECE is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 206 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.01 |
| HSL | 317.47º | 0.96% | 0.68% | - |
| HSV(B) | 317.47º | 0.63% | 0.99% | - |
| XYZ | 55.29 | 33.16 | 61.88 | - |
| YUV | 154.01 | 157.35 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 206 | 0 | 0.63 | 0.18 | 0.01 | 317.47 | 0.96 | 0.68 |
| Hex | FC | 5E | CE | 0 | 3F | 12 | 1 | 13D | 60 | 44 |
| Octal | 374 | 136 | 316 | 0 | 77 | 22 | 1 | 475 | 140 | 104 |
| Binary | 11111100 | 1011110 | 11001110 | 0 | 111111 | 10010 | 1 | 100111101 | 1100000 | 1000100 |
Color Harmonies of #FC5ECE
Complementary color
Monochromatic Colors of #FC5ECE
Black with #FC5ECE
Text Example
Text Example
White with #FC5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5ECE; }
p { color: rgb(252,94,206); }
H1.HeaderClassName
{
color: #FC5ECE;
}
.AnyTagClassName
{
color: #FC5ECE;
}
</style>
background-color css
<style>
a { background-color: #FC5ECE; }
a { background-color: rgb(252,94,206); }
div.DivClassName
{
background-color: #FC5ECE;
}
.BgClassName
{
background-color: #FC5ECE;
}
</style>
border-color css
<style>
span { border-color: #FC5ECE; }
span { border-color: rgb(252,94,206); }
td.TdClassName
{
border-color: #FC5ECE;
}
.TagClassName
{
border-color: #FC5ECE;
}
</style>