Shades of Neon Pink #FF57C9
Tints of Neon Pink #FF57C9
RGB
CMYK
RGB Variations
Color information
#FF57C9 (or 0xFF57C9) is known color: Neon Pink. HEX triplet: FF, 57 and C9. RGB value is (255,87,201). Sum of RGB (Red+Green+Blue) = 255+87+201=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 87 (34.38% from 255 or 16.02% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C9 is #00A836. Grayscale: #959595. Windows color (decimal): -43063 or 13195263. OLE color: 13195263.
HSL color Cylindrical-coordinate representation of color #FF57C9: hue angle of 319.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57C9 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 201 | - |
| CMYK | 0 | 0.66 | 0.21 | 0 |
| HSL | 319.29º | 1% | 0.67% | - |
| HSV(B) | 319.29º | 0.66% | 1% | - |
| XYZ | 55.19 | 32.29 | 58.58 | - |
| YUV | 150.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 201 | 0 | 0.66 | 0.21 | 0 | 319.29 | 1 | 0.67 |
| Hex | FF | 57 | C9 | 0 | 42 | 15 | 0 | 13F | 64 | 43 |
| Octal | 377 | 127 | 311 | 0 | 102 | 25 | 0 | 477 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11001001 | 0 | 1000010 | 10101 | 0 | 100111111 | 1100100 | 1000011 |
Color Harmonies of #FF57C9
Complementary color
Monochromatic Colors of #FF57C9
Black with #FF57C9
Text Example
Text Example
White with #FF57C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57C9; }
p { color: rgb(255,87,201); }
H1.HeaderClassName
{
color: #FF57C9;
}
.AnyTagClassName
{
color: #FF57C9;
}
</style>
background-color css
<style>
a { background-color: #FF57C9; }
a { background-color: rgb(255,87,201); }
div.DivClassName
{
background-color: #FF57C9;
}
.BgClassName
{
background-color: #FF57C9;
}
</style>
border-color css
<style>
span { border-color: #FF57C9; }
span { border-color: rgb(255,87,201); }
td.TdClassName
{
border-color: #FF57C9;
}
.TagClassName
{
border-color: #FF57C9;
}
</style>