Shades of Neon Pink #FC56D1
Tints of Neon Pink #FC56D1
RGB
CMYK
RGB Variations
Color information
#FC56D1 (or 0xFC56D1) is known color: Neon Pink. HEX triplet: FC, 56 and D1. RGB value is (252,86,209). Sum of RGB (Red+Green+Blue) = 252+86+209=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC56D1 is #03A92E. Grayscale: #959595. Windows color (decimal): -239919 or 13719292. OLE color: 13719292.
HSL color Cylindrical-coordinate representation of color #FC56D1: hue angle of 315.54º 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 #FC56D1 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 209 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.01 |
| HSL | 315.54º | 0.97% | 0.66% | - |
| HSV(B) | 315.54º | 0.66% | 0.99% | - |
| XYZ | 54.98 | 31.95 | 63.59 | - |
| YUV | 149.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 209 | 0 | 0.66 | 0.17 | 0.01 | 315.54 | 0.97 | 0.66 |
| Hex | FC | 56 | D1 | 0 | 42 | 11 | 1 | 13C | 61 | 42 |
| Octal | 374 | 126 | 321 | 0 | 102 | 21 | 1 | 474 | 141 | 102 |
| Binary | 11111100 | 1010110 | 11010001 | 0 | 1000010 | 10001 | 1 | 100111100 | 1100001 | 1000010 |
Color Harmonies of #FC56D1
Complementary color
Monochromatic Colors of #FC56D1
Black with #FC56D1
Text Example
Text Example
White with #FC56D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56D1; }
p { color: rgb(252,86,209); }
H1.HeaderClassName
{
color: #FC56D1;
}
.AnyTagClassName
{
color: #FC56D1;
}
</style>
background-color css
<style>
a { background-color: #FC56D1; }
a { background-color: rgb(252,86,209); }
div.DivClassName
{
background-color: #FC56D1;
}
.BgClassName
{
background-color: #FC56D1;
}
</style>
border-color css
<style>
span { border-color: #FC56D1; }
span { border-color: rgb(252,86,209); }
td.TdClassName
{
border-color: #FC56D1;
}
.TagClassName
{
border-color: #FC56D1;
}
</style>