Shades of Neon Pink #FC6DC8
Tints of Neon Pink #FC6DC8
RGB
CMYK
RGB Variations
Color information
#FC6DC8 (or 0xFC6DC8) is known color: Neon Pink. HEX triplet: FC, 6D and C8. RGB value is (252,109,200). Sum of RGB (Red+Green+Blue) = 252+109+200=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6DC8 is #039237. Grayscale: #A1A1A1. Windows color (decimal): -234040 or 13135356. OLE color: 13135356.
HSL color Cylindrical-coordinate representation of color #FC6DC8: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6DC8 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 200 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.01 |
| HSL | 321.82º | 0.96% | 0.71% | - |
| HSV(B) | 321.82º | 0.57% | 0.99% | - |
| XYZ | 56.04 | 35.8 | 58.6 | - |
| YUV | 162.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 200 | 0 | 0.57 | 0.21 | 0.01 | 321.82 | 0.96 | 0.71 |
| Hex | FC | 6D | C8 | 0 | 39 | 15 | 1 | 142 | 60 | 47 |
| Octal | 374 | 155 | 310 | 0 | 71 | 25 | 1 | 502 | 140 | 107 |
| Binary | 11111100 | 1101101 | 11001000 | 0 | 111001 | 10101 | 1 | 101000010 | 1100000 | 1000111 |
Color Harmonies of #FC6DC8
Complementary color
Monochromatic Colors of #FC6DC8
Black with #FC6DC8
Text Example
Text Example
White with #FC6DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6DC8; }
p { color: rgb(252,109,200); }
H1.HeaderClassName
{
color: #FC6DC8;
}
.AnyTagClassName
{
color: #FC6DC8;
}
</style>
background-color css
<style>
a { background-color: #FC6DC8; }
a { background-color: rgb(252,109,200); }
div.DivClassName
{
background-color: #FC6DC8;
}
.BgClassName
{
background-color: #FC6DC8;
}
</style>
border-color css
<style>
span { border-color: #FC6DC8; }
span { border-color: rgb(252,109,200); }
td.TdClassName
{
border-color: #FC6DC8;
}
.TagClassName
{
border-color: #FC6DC8;
}
</style>