Shades of Neon Pink #FC6FD6
Tints of Neon Pink #FC6FD6
RGB
CMYK
RGB Variations
Color information
#FC6FD6 (or 0xFC6FD6) is known color: Neon Pink. HEX triplet: FC, 6F and D6. RGB value is (252,111,214). Sum of RGB (Red+Green+Blue) = 252+111+214=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FD6 is #039029. Grayscale: #A4A4A4. Windows color (decimal): -233514 or 14053372. OLE color: 14053372.
HSL color Cylindrical-coordinate representation of color #FC6FD6: hue angle of 316.17º 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 #FC6FD6 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 111 | 214 | - |
CMYK | 0 | 0.56 | 0.15 | 0.01 |
HSL | 316.17º | 0.96% | 0.71% | - |
HSV(B) | 316.17º | 0.56% | 0.99% | - |
XYZ | 57.97 | 36.92 | 67.69 | - |
YUV | 164.9 | 155.71 | 190.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 111 | 214 | 0 | 0.56 | 0.15 | 0.01 | 316.17 | 0.96 | 0.71 |
Hex | FC | 6F | D6 | 0 | 38 | F | 1 | 13C | 60 | 47 |
Octal | 374 | 157 | 326 | 0 | 70 | 17 | 1 | 474 | 140 | 107 |
Binary | 11111100 | 1101111 | 11010110 | 0 | 111000 | 1111 | 1 | 100111100 | 1100000 | 1000111 |
Color Harmonies of #FC6FD6
Complementary color
Monochromatic Colors of #FC6FD6
Black with #FC6FD6
Text Example
Text Example
White with #FC6FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6FD6; }
p { color: rgb(252,111,214); }
H1.HeaderClassName
{
color: #FC6FD6;
}
.AnyTagClassName
{
color: #FC6FD6;
}
</style>
background-color css
<style>
a { background-color: #FC6FD6; }
a { background-color: rgb(252,111,214); }
div.DivClassName
{
background-color: #FC6FD6;
}
.BgClassName
{
background-color: #FC6FD6;
}
</style>
border-color css
<style>
span { border-color: #FC6FD6; }
span { border-color: rgb(252,111,214); }
td.TdClassName
{
border-color: #FC6FD6;
}
.TagClassName
{
border-color: #FC6FD6;
}
</style>