Shades of Neon Pink #FC6FCD
Tints of Neon Pink #FC6FCD
RGB
CMYK
RGB Variations
Color information
#FC6FCD (or 0xFC6FCD) is known color: Neon Pink. HEX triplet: FC, 6F and CD. RGB value is (252,111,205). Sum of RGB (Red+Green+Blue) = 252+111+205=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FCD is #039032. Grayscale: #A3A3A3. Windows color (decimal): -233523 or 13463548. OLE color: 13463548.
HSL color Cylindrical-coordinate representation of color #FC6FCD: hue angle of 320º 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 #FC6FCD is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 205 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.01 |
| HSL | 320º | 0.96% | 0.71% | - |
| HSV(B) | 320º | 0.56% | 0.99% | - |
| XYZ | 56.85 | 36.47 | 61.8 | - |
| YUV | 163.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 205 | 0 | 0.56 | 0.19 | 0.01 | 320 | 0.96 | 0.71 |
| Hex | FC | 6F | CD | 0 | 38 | 13 | 1 | 140 | 60 | 47 |
| Octal | 374 | 157 | 315 | 0 | 70 | 23 | 1 | 500 | 140 | 107 |
| Binary | 11111100 | 1101111 | 11001101 | 0 | 111000 | 10011 | 1 | 101000000 | 1100000 | 1000111 |
Color Harmonies of #FC6FCD
Complementary color
Monochromatic Colors of #FC6FCD
Black with #FC6FCD
Text Example
Text Example
White with #FC6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6FCD; }
p { color: rgb(252,111,205); }
H1.HeaderClassName
{
color: #FC6FCD;
}
.AnyTagClassName
{
color: #FC6FCD;
}
</style>
background-color css
<style>
a { background-color: #FC6FCD; }
a { background-color: rgb(252,111,205); }
div.DivClassName
{
background-color: #FC6FCD;
}
.BgClassName
{
background-color: #FC6FCD;
}
</style>
border-color css
<style>
span { border-color: #FC6FCD; }
span { border-color: rgb(252,111,205); }
td.TdClassName
{
border-color: #FC6FCD;
}
.TagClassName
{
border-color: #FC6FCD;
}
</style>