Shades of Neon Pink #FC6EC3
Tints of Neon Pink #FC6EC3
RGB
CMYK
RGB Variations
Color information
#FC6EC3 (or 0xFC6EC3) is known color: Neon Pink. HEX triplet: FC, 6E and C3. RGB value is (252,110,195). Sum of RGB (Red+Green+Blue) = 252+110+195=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EC3 is #03913C. Grayscale: #A1A1A1. Windows color (decimal): -233789 or 12807932. OLE color: 12807932.
HSL color Cylindrical-coordinate representation of color #FC6EC3: hue angle of 324.08º 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 #FC6EC3 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 110 | 195 | - |
CMYK | 0 | 0.56 | 0.23 | 0.01 |
HSL | 324.08º | 0.96% | 0.71% | - |
HSV(B) | 324.08º | 0.56% | 0.99% | - |
XYZ | 55.57 | 35.79 | 55.61 | - |
YUV | 162.15 | 146.54 | 192.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 110 | 195 | 0 | 0.56 | 0.23 | 0.01 | 324.08 | 0.96 | 0.71 |
Hex | FC | 6E | C3 | 0 | 38 | 17 | 1 | 144 | 60 | 47 |
Octal | 374 | 156 | 303 | 0 | 70 | 27 | 1 | 504 | 140 | 107 |
Binary | 11111100 | 1101110 | 11000011 | 0 | 111000 | 10111 | 1 | 101000100 | 1100000 | 1000111 |
Color Harmonies of #FC6EC3
Complementary color
Monochromatic Colors of #FC6EC3
Black with #FC6EC3
Text Example
Text Example
White with #FC6EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EC3; }
p { color: rgb(252,110,195); }
H1.HeaderClassName
{
color: #FC6EC3;
}
.AnyTagClassName
{
color: #FC6EC3;
}
</style>
background-color css
<style>
a { background-color: #FC6EC3; }
a { background-color: rgb(252,110,195); }
div.DivClassName
{
background-color: #FC6EC3;
}
.BgClassName
{
background-color: #FC6EC3;
}
</style>
border-color css
<style>
span { border-color: #FC6EC3; }
span { border-color: rgb(252,110,195); }
td.TdClassName
{
border-color: #FC6EC3;
}
.TagClassName
{
border-color: #FC6EC3;
}
</style>