Shades of Neon Pink #FC6EC0
Tints of Neon Pink #FC6EC0
RGB
CMYK
RGB Variations
Color information
#FC6EC0 (or 0xFC6EC0) is known color: Neon Pink. HEX triplet: FC, 6E and C0. RGB value is (252,110,192). Sum of RGB (Red+Green+Blue) = 252+110+192=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC0 is #03913F. Grayscale: #A1A1A1. Windows color (decimal): -233792 or 12611324. OLE color: 12611324.
HSL color Cylindrical-coordinate representation of color #FC6EC0: hue angle of 325.35º 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 #FC6EC0 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 192 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.01 |
| HSL | 325.35º | 0.96% | 0.71% | - |
| HSV(B) | 325.35º | 0.56% | 0.99% | - |
| XYZ | 55.24 | 35.65 | 53.84 | - |
| YUV | 161.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 192 | 0 | 0.56 | 0.24 | 0.01 | 325.35 | 0.96 | 0.71 |
| Hex | FC | 6E | C0 | 0 | 38 | 18 | 1 | 145 | 60 | 47 |
| Octal | 374 | 156 | 300 | 0 | 70 | 30 | 1 | 505 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11000000 | 0 | 111000 | 11000 | 1 | 101000101 | 1100000 | 1000111 |
Color Harmonies of #FC6EC0
Complementary color
Monochromatic Colors of #FC6EC0
Black with #FC6EC0
Text Example
Text Example
White with #FC6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EC0; }
p { color: rgb(252,110,192); }
H1.HeaderClassName
{
color: #FC6EC0;
}
.AnyTagClassName
{
color: #FC6EC0;
}
</style>
background-color css
<style>
a { background-color: #FC6EC0; }
a { background-color: rgb(252,110,192); }
div.DivClassName
{
background-color: #FC6EC0;
}
.BgClassName
{
background-color: #FC6EC0;
}
</style>
border-color css
<style>
span { border-color: #FC6EC0; }
span { border-color: rgb(252,110,192); }
td.TdClassName
{
border-color: #FC6EC0;
}
.TagClassName
{
border-color: #FC6EC0;
}
</style>