Shades of Neon Pink #FC6EC4
Tints of Neon Pink #FC6EC4
RGB
CMYK
RGB Variations
Color information
#FC6EC4 (or 0xFC6EC4) is known color: Neon Pink. HEX triplet: FC, 6E and C4. RGB value is (252,110,196). Sum of RGB (Red+Green+Blue) = 252+110+196=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC4 is #03913B. Grayscale: #A2A2A2. Windows color (decimal): -233788 or 12873468. OLE color: 12873468.
HSL color Cylindrical-coordinate representation of color #FC6EC4: hue angle of 323.66º 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 #FC6EC4 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 196 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.01 |
| HSL | 323.66º | 0.96% | 0.71% | - |
| HSV(B) | 323.66º | 0.56% | 0.99% | - |
| XYZ | 55.68 | 35.83 | 56.21 | - |
| YUV | 162.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 196 | 0 | 0.56 | 0.22 | 0.01 | 323.66 | 0.96 | 0.71 |
| Hex | FC | 6E | C4 | 0 | 38 | 16 | 1 | 144 | 60 | 47 |
| Octal | 374 | 156 | 304 | 0 | 70 | 26 | 1 | 504 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11000100 | 0 | 111000 | 10110 | 1 | 101000100 | 1100000 | 1000111 |
Color Harmonies of #FC6EC4
Complementary color
Monochromatic Colors of #FC6EC4
Black with #FC6EC4
Text Example
Text Example
White with #FC6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EC4; }
p { color: rgb(252,110,196); }
H1.HeaderClassName
{
color: #FC6EC4;
}
.AnyTagClassName
{
color: #FC6EC4;
}
</style>
background-color css
<style>
a { background-color: #FC6EC4; }
a { background-color: rgb(252,110,196); }
div.DivClassName
{
background-color: #FC6EC4;
}
.BgClassName
{
background-color: #FC6EC4;
}
</style>
border-color css
<style>
span { border-color: #FC6EC4; }
span { border-color: rgb(252,110,196); }
td.TdClassName
{
border-color: #FC6EC4;
}
.TagClassName
{
border-color: #FC6EC4;
}
</style>