Shades of Neon Pink #FC57C8
Tints of Neon Pink #FC57C8
RGB
CMYK
RGB Variations
Color information
#FC57C8 (or 0xFC57C8) is known color: Neon Pink. HEX triplet: FC, 57 and C8. RGB value is (252,87,200). Sum of RGB (Red+Green+Blue) = 252+87+200=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57C8 is #03A837. Grayscale: #949494. Windows color (decimal): -239672 or 13129724. OLE color: 13129724.
HSL color Cylindrical-coordinate representation of color #FC57C8: hue angle of 318.91º 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 #FC57C8 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 200 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.01 |
| HSL | 318.91º | 0.96% | 0.66% | - |
| HSV(B) | 318.91º | 0.65% | 0.99% | - |
| XYZ | 53.98 | 31.68 | 57.91 | - |
| YUV | 149.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 200 | 0 | 0.65 | 0.21 | 0.01 | 318.91 | 0.96 | 0.66 |
| Hex | FC | 57 | C8 | 0 | 41 | 15 | 1 | 13F | 60 | 42 |
| Octal | 374 | 127 | 310 | 0 | 101 | 25 | 1 | 477 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11001000 | 0 | 1000001 | 10101 | 1 | 100111111 | 1100000 | 1000010 |
Color Harmonies of #FC57C8
Complementary color
Monochromatic Colors of #FC57C8
Black with #FC57C8
Text Example
Text Example
White with #FC57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57C8; }
p { color: rgb(252,87,200); }
H1.HeaderClassName
{
color: #FC57C8;
}
.AnyTagClassName
{
color: #FC57C8;
}
</style>
background-color css
<style>
a { background-color: #FC57C8; }
a { background-color: rgb(252,87,200); }
div.DivClassName
{
background-color: #FC57C8;
}
.BgClassName
{
background-color: #FC57C8;
}
</style>
border-color css
<style>
span { border-color: #FC57C8; }
span { border-color: rgb(252,87,200); }
td.TdClassName
{
border-color: #FC57C8;
}
.TagClassName
{
border-color: #FC57C8;
}
</style>