Shades of Neon Pink #FF57CF
Tints of Neon Pink #FF57CF
RGB
CMYK
RGB Variations
Color information
#FF57CF (or 0xFF57CF) is known color: Neon Pink. HEX triplet: FF, 57 and CF. RGB value is (255,87,207). Sum of RGB (Red+Green+Blue) = 255+87+207=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57CF is #00A830. Grayscale: #969696. Windows color (decimal): -43057 or 13588479. OLE color: 13588479.
HSL color Cylindrical-coordinate representation of color #FF57CF: hue angle of 317.14º 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 #FF57CF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 207 | - |
| CMYK | 0 | 0.66 | 0.19 | 0 |
| HSL | 317.14º | 1% | 0.67% | - |
| HSV(B) | 317.14º | 0.66% | 1% | - |
| XYZ | 55.91 | 32.58 | 62.37 | - |
| YUV | 150.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 207 | 0 | 0.66 | 0.19 | 0 | 317.14 | 1 | 0.67 |
| Hex | FF | 57 | CF | 0 | 42 | 13 | 0 | 13D | 64 | 43 |
| Octal | 377 | 127 | 317 | 0 | 102 | 23 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11001111 | 0 | 1000010 | 10011 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF57CF
Complementary color
Monochromatic Colors of #FF57CF
Black with #FF57CF
Text Example
Text Example
White with #FF57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57CF; }
p { color: rgb(255,87,207); }
H1.HeaderClassName
{
color: #FF57CF;
}
.AnyTagClassName
{
color: #FF57CF;
}
</style>
background-color css
<style>
a { background-color: #FF57CF; }
a { background-color: rgb(255,87,207); }
div.DivClassName
{
background-color: #FF57CF;
}
.BgClassName
{
background-color: #FF57CF;
}
</style>
border-color css
<style>
span { border-color: #FF57CF; }
span { border-color: rgb(255,87,207); }
td.TdClassName
{
border-color: #FF57CF;
}
.TagClassName
{
border-color: #FF57CF;
}
</style>