Shades of Neon Pink #FC6EC5
Tints of Neon Pink #FC6EC5
RGB
CMYK
RGB Variations
Color information
#FC6EC5 (or 0xFC6EC5) is known color: Neon Pink. HEX triplet: FC, 6E and C5. RGB value is (252,110,197). Sum of RGB (Red+Green+Blue) = 252+110+197=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC5 is #03913A. Grayscale: #A2A2A2. Windows color (decimal): -233787 or 12939004. OLE color: 12939004.
HSL color Cylindrical-coordinate representation of color #FC6EC5: hue angle of 323.24º 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 #FC6EC5 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 197 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.01 |
| HSL | 323.24º | 0.96% | 0.71% | - |
| HSV(B) | 323.24º | 0.56% | 0.99% | - |
| XYZ | 55.8 | 35.88 | 56.81 | - |
| YUV | 162.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 197 | 0 | 0.56 | 0.22 | 0.01 | 323.24 | 0.96 | 0.71 |
| Hex | FC | 6E | C5 | 0 | 38 | 16 | 1 | 143 | 60 | 47 |
| Octal | 374 | 156 | 305 | 0 | 70 | 26 | 1 | 503 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11000101 | 0 | 111000 | 10110 | 1 | 101000011 | 1100000 | 1000111 |
Color Harmonies of #FC6EC5
Complementary color
Monochromatic Colors of #FC6EC5
Black with #FC6EC5
Text Example
Text Example
White with #FC6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EC5; }
p { color: rgb(252,110,197); }
H1.HeaderClassName
{
color: #FC6EC5;
}
.AnyTagClassName
{
color: #FC6EC5;
}
</style>
background-color css
<style>
a { background-color: #FC6EC5; }
a { background-color: rgb(252,110,197); }
div.DivClassName
{
background-color: #FC6EC5;
}
.BgClassName
{
background-color: #FC6EC5;
}
</style>
border-color css
<style>
span { border-color: #FC6EC5; }
span { border-color: rgb(252,110,197); }
td.TdClassName
{
border-color: #FC6EC5;
}
.TagClassName
{
border-color: #FC6EC5;
}
</style>