Shades of Neon Pink #FC57D1
Tints of Neon Pink #FC57D1
RGB
CMYK
RGB Variations
Color information
#FC57D1 (or 0xFC57D1) is known color: Neon Pink. HEX triplet: FC, 57 and D1. RGB value is (252,87,209). Sum of RGB (Red+Green+Blue) = 252+87+209=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 87 (34.38% from 255 or 15.88% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57D1 is #03A82E. Grayscale: #959595. Windows color (decimal): -239663 or 13719548. OLE color: 13719548.
HSL color Cylindrical-coordinate representation of color #FC57D1: hue angle of 315.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57D1 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 209 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.01 |
| HSL | 315.64º | 0.96% | 0.66% | - |
| HSV(B) | 315.64º | 0.65% | 0.99% | - |
| XYZ | 55.06 | 32.12 | 63.62 | - |
| YUV | 150.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 209 | 0 | 0.65 | 0.17 | 0.01 | 315.64 | 0.96 | 0.66 |
| Hex | FC | 57 | D1 | 0 | 41 | 11 | 1 | 13C | 60 | 42 |
| Octal | 374 | 127 | 321 | 0 | 101 | 21 | 1 | 474 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11010001 | 0 | 1000001 | 10001 | 1 | 100111100 | 1100000 | 1000010 |
Color Harmonies of #FC57D1
Complementary color
Monochromatic Colors of #FC57D1
Black with #FC57D1
Text Example
Text Example
White with #FC57D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57D1; }
p { color: rgb(252,87,209); }
H1.HeaderClassName
{
color: #FC57D1;
}
.AnyTagClassName
{
color: #FC57D1;
}
</style>
background-color css
<style>
a { background-color: #FC57D1; }
a { background-color: rgb(252,87,209); }
div.DivClassName
{
background-color: #FC57D1;
}
.BgClassName
{
background-color: #FC57D1;
}
</style>
border-color css
<style>
span { border-color: #FC57D1; }
span { border-color: rgb(252,87,209); }
td.TdClassName
{
border-color: #FC57D1;
}
.TagClassName
{
border-color: #FC57D1;
}
</style>