Shades of Neon Pink #FC6EC8
Tints of Neon Pink #FC6EC8
RGB
CMYK
RGB Variations
Color information
#FC6EC8 (or 0xFC6EC8) is known color: Neon Pink. HEX triplet: FC, 6E and C8. RGB value is (252,110,200). Sum of RGB (Red+Green+Blue) = 252+110+200=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC8 is #039137. Grayscale: #A2A2A2. Windows color (decimal): -233784 or 13135612. OLE color: 13135612.
HSL color Cylindrical-coordinate representation of color #FC6EC8: hue angle of 321.97º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6EC8 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 200 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.01 |
| HSL | 321.97º | 0.96% | 0.71% | - |
| HSV(B) | 321.97º | 0.56% | 0.99% | - |
| XYZ | 56.15 | 36.02 | 58.64 | - |
| YUV | 162.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 200 | 0 | 0.56 | 0.21 | 0.01 | 321.97 | 0.96 | 0.71 |
| Hex | FC | 6E | C8 | 0 | 38 | 15 | 1 | 142 | 60 | 47 |
| Octal | 374 | 156 | 310 | 0 | 70 | 25 | 1 | 502 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11001000 | 0 | 111000 | 10101 | 1 | 101000010 | 1100000 | 1000111 |
Color Harmonies of #FC6EC8
Complementary color
Monochromatic Colors of #FC6EC8
Black with #FC6EC8
Text Example
Text Example
White with #FC6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EC8; }
p { color: rgb(252,110,200); }
H1.HeaderClassName
{
color: #FC6EC8;
}
.AnyTagClassName
{
color: #FC6EC8;
}
</style>
background-color css
<style>
a { background-color: #FC6EC8; }
a { background-color: rgb(252,110,200); }
div.DivClassName
{
background-color: #FC6EC8;
}
.BgClassName
{
background-color: #FC6EC8;
}
</style>
border-color css
<style>
span { border-color: #FC6EC8; }
span { border-color: rgb(252,110,200); }
td.TdClassName
{
border-color: #FC6EC8;
}
.TagClassName
{
border-color: #FC6EC8;
}
</style>