Shades of Neon Pink #FC57C9
Tints of Neon Pink #FC57C9
RGB
CMYK
RGB Variations
Color information
#FC57C9 (or 0xFC57C9) is known color: Neon Pink. HEX triplet: FC, 57 and C9. RGB value is (252,87,201). Sum of RGB (Red+Green+Blue) = 252+87+201=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57C9 is #03A836. Grayscale: #959595. Windows color (decimal): -239671 or 13195260. OLE color: 13195260.
HSL color Cylindrical-coordinate representation of color #FC57C9: hue angle of 318.55º 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 #FC57C9 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 201 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.01 |
| HSL | 318.55º | 0.96% | 0.66% | - |
| HSV(B) | 318.55º | 0.65% | 0.99% | - |
| XYZ | 54.1 | 31.73 | 58.53 | - |
| YUV | 149.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 201 | 0 | 0.65 | 0.20 | 0.01 | 318.55 | 0.96 | 0.66 |
| Hex | FC | 57 | C9 | 0 | 41 | 14 | 1 | 13F | 60 | 42 |
| Octal | 374 | 127 | 311 | 0 | 101 | 24 | 1 | 477 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11001001 | 0 | 1000001 | 10100 | 1 | 100111111 | 1100000 | 1000010 |
Color Harmonies of #FC57C9
Complementary color
Monochromatic Colors of #FC57C9
Black with #FC57C9
Text Example
Text Example
White with #FC57C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57C9; }
p { color: rgb(252,87,201); }
H1.HeaderClassName
{
color: #FC57C9;
}
.AnyTagClassName
{
color: #FC57C9;
}
</style>
background-color css
<style>
a { background-color: #FC57C9; }
a { background-color: rgb(252,87,201); }
div.DivClassName
{
background-color: #FC57C9;
}
.BgClassName
{
background-color: #FC57C9;
}
</style>
border-color css
<style>
span { border-color: #FC57C9; }
span { border-color: rgb(252,87,201); }
td.TdClassName
{
border-color: #FC57C9;
}
.TagClassName
{
border-color: #FC57C9;
}
</style>