Shades of Neon Pink #FC6ECE
Tints of Neon Pink #FC6ECE
RGB
CMYK
RGB Variations
Color information
#FC6ECE (or 0xFC6ECE) is known color: Neon Pink. HEX triplet: FC, 6E and CE. RGB value is (252,110,206). Sum of RGB (Red+Green+Blue) = 252+110+206=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ECE is #039131. Grayscale: #A3A3A3. Windows color (decimal): -233778 or 13528828. OLE color: 13528828.
HSL color Cylindrical-coordinate representation of color #FC6ECE: hue angle of 319.44º 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 #FC6ECE is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 206 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.01 |
| HSL | 319.44º | 0.96% | 0.71% | - |
| HSV(B) | 319.44º | 0.56% | 0.99% | - |
| XYZ | 56.86 | 36.3 | 62.4 | - |
| YUV | 163.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 206 | 0 | 0.56 | 0.18 | 0.01 | 319.44 | 0.96 | 0.71 |
| Hex | FC | 6E | CE | 0 | 38 | 12 | 1 | 13F | 60 | 47 |
| Octal | 374 | 156 | 316 | 0 | 70 | 22 | 1 | 477 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11001110 | 0 | 111000 | 10010 | 1 | 100111111 | 1100000 | 1000111 |
Color Harmonies of #FC6ECE
Complementary color
Monochromatic Colors of #FC6ECE
Black with #FC6ECE
Text Example
Text Example
White with #FC6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6ECE; }
p { color: rgb(252,110,206); }
H1.HeaderClassName
{
color: #FC6ECE;
}
.AnyTagClassName
{
color: #FC6ECE;
}
</style>
background-color css
<style>
a { background-color: #FC6ECE; }
a { background-color: rgb(252,110,206); }
div.DivClassName
{
background-color: #FC6ECE;
}
.BgClassName
{
background-color: #FC6ECE;
}
</style>
border-color css
<style>
span { border-color: #FC6ECE; }
span { border-color: rgb(252,110,206); }
td.TdClassName
{
border-color: #FC6ECE;
}
.TagClassName
{
border-color: #FC6ECE;
}
</style>