Shades of Neon Pink #FF57C8
Tints of Neon Pink #FF57C8
RGB
CMYK
RGB Variations
Color information
#FF57C8 (or 0xFF57C8) is known color: Neon Pink. HEX triplet: FF, 57 and C8. RGB value is (255,87,200). Sum of RGB (Red+Green+Blue) = 255+87+200=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 87 (34.38% from 255 or 16.05% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C8 is #00A837. Grayscale: #959595. Windows color (decimal): -43064 or 13129727. OLE color: 13129727.
HSL color Cylindrical-coordinate representation of color #FF57C8: hue angle of 319.64º 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 #FF57C8 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 200 | - |
| CMYK | 0 | 0.66 | 0.22 | 0 |
| HSL | 319.64º | 1% | 0.67% | - |
| HSV(B) | 319.64º | 0.66% | 1% | - |
| XYZ | 55.07 | 32.25 | 57.97 | - |
| YUV | 150.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 200 | 0 | 0.66 | 0.22 | 0 | 319.64 | 1 | 0.67 |
| Hex | FF | 57 | C8 | 0 | 42 | 16 | 0 | 140 | 64 | 43 |
| Octal | 377 | 127 | 310 | 0 | 102 | 26 | 0 | 500 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11001000 | 0 | 1000010 | 10110 | 0 | 101000000 | 1100100 | 1000011 |
Color Harmonies of #FF57C8
Complementary color
Monochromatic Colors of #FF57C8
Black with #FF57C8
Text Example
Text Example
White with #FF57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57C8; }
p { color: rgb(255,87,200); }
H1.HeaderClassName
{
color: #FF57C8;
}
.AnyTagClassName
{
color: #FF57C8;
}
</style>
background-color css
<style>
a { background-color: #FF57C8; }
a { background-color: rgb(255,87,200); }
div.DivClassName
{
background-color: #FF57C8;
}
.BgClassName
{
background-color: #FF57C8;
}
</style>
border-color css
<style>
span { border-color: #FF57C8; }
span { border-color: rgb(255,87,200); }
td.TdClassName
{
border-color: #FF57C8;
}
.TagClassName
{
border-color: #FF57C8;
}
</style>