Shades of Neon Pink #FC6CCD
Tints of Neon Pink #FC6CCD
RGB
CMYK
RGB Variations
Color information
#FC6CCD (or 0xFC6CCD) is known color: Neon Pink. HEX triplet: FC, 6C and CD. RGB value is (252,108,205). Sum of RGB (Red+Green+Blue) = 252+108+205=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CCD is #039332. Grayscale: #A1A1A1. Windows color (decimal): -234291 or 13462780. OLE color: 13462780.
HSL color Cylindrical-coordinate representation of color #FC6CCD: hue angle of 319.58º 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 #FC6CCD is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 205 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.01 |
| HSL | 319.58º | 0.96% | 0.71% | - |
| HSV(B) | 319.58º | 0.57% | 0.99% | - |
| XYZ | 56.53 | 35.83 | 61.69 | - |
| YUV | 162.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 205 | 0 | 0.57 | 0.19 | 0.01 | 319.58 | 0.96 | 0.71 |
| Hex | FC | 6C | CD | 0 | 39 | 13 | 1 | 140 | 60 | 47 |
| Octal | 374 | 154 | 315 | 0 | 71 | 23 | 1 | 500 | 140 | 107 |
| Binary | 11111100 | 1101100 | 11001101 | 0 | 111001 | 10011 | 1 | 101000000 | 1100000 | 1000111 |
Color Harmonies of #FC6CCD
Complementary color
Monochromatic Colors of #FC6CCD
Black with #FC6CCD
Text Example
Text Example
White with #FC6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6CCD; }
p { color: rgb(252,108,205); }
H1.HeaderClassName
{
color: #FC6CCD;
}
.AnyTagClassName
{
color: #FC6CCD;
}
</style>
background-color css
<style>
a { background-color: #FC6CCD; }
a { background-color: rgb(252,108,205); }
div.DivClassName
{
background-color: #FC6CCD;
}
.BgClassName
{
background-color: #FC6CCD;
}
</style>
border-color css
<style>
span { border-color: #FC6CCD; }
span { border-color: rgb(252,108,205); }
td.TdClassName
{
border-color: #FC6CCD;
}
.TagClassName
{
border-color: #FC6CCD;
}
</style>