Shades of Neon Pink #FC56CE
Tints of Neon Pink #FC56CE
RGB
CMYK
RGB Variations
Color information
#FC56CE (or 0xFC56CE) is known color: Neon Pink. HEX triplet: FC, 56 and CE. RGB value is (252,86,206). Sum of RGB (Red+Green+Blue) = 252+86+206=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC56CE is #03A931. Grayscale: #959595. Windows color (decimal): -239922 or 13522684. OLE color: 13522684.
HSL color Cylindrical-coordinate representation of color #FC56CE: hue angle of 316.63º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC56CE is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 206 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.01 |
| HSL | 316.63º | 0.97% | 0.66% | - |
| HSV(B) | 316.63º | 0.66% | 0.99% | - |
| XYZ | 54.61 | 31.81 | 61.65 | - |
| YUV | 149.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 206 | 0 | 0.66 | 0.18 | 0.01 | 316.63 | 0.97 | 0.66 |
| Hex | FC | 56 | CE | 0 | 42 | 12 | 1 | 13D | 61 | 42 |
| Octal | 374 | 126 | 316 | 0 | 102 | 22 | 1 | 475 | 141 | 102 |
| Binary | 11111100 | 1010110 | 11001110 | 0 | 1000010 | 10010 | 1 | 100111101 | 1100001 | 1000010 |
Color Harmonies of #FC56CE
Complementary color
Monochromatic Colors of #FC56CE
Black with #FC56CE
Text Example
Text Example
White with #FC56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56CE; }
p { color: rgb(252,86,206); }
H1.HeaderClassName
{
color: #FC56CE;
}
.AnyTagClassName
{
color: #FC56CE;
}
</style>
background-color css
<style>
a { background-color: #FC56CE; }
a { background-color: rgb(252,86,206); }
div.DivClassName
{
background-color: #FC56CE;
}
.BgClassName
{
background-color: #FC56CE;
}
</style>
border-color css
<style>
span { border-color: #FC56CE; }
span { border-color: rgb(252,86,206); }
td.TdClassName
{
border-color: #FC56CE;
}
.TagClassName
{
border-color: #FC56CE;
}
</style>