Shades of Neon Pink #FF57D5
Tints of Neon Pink #FF57D5
RGB
CMYK
RGB Variations
Color information
#FF57D5 (or 0xFF57D5) is known color: Neon Pink. HEX triplet: FF, 57 and D5. RGB value is (255,87,213). Sum of RGB (Red+Green+Blue) = 255+87+213=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57D5 is #00A82A. Grayscale: #979797. Windows color (decimal): -43051 or 13981695. OLE color: 13981695.
HSL color Cylindrical-coordinate representation of color #FF57D5: hue angle of 315º 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 #FF57D5 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 213 | - |
| CMYK | 0 | 0.66 | 0.16 | 0 |
| HSL | 315º | 1% | 0.67% | - |
| HSV(B) | 315º | 0.66% | 1% | - |
| XYZ | 56.66 | 32.88 | 66.31 | - |
| YUV | 151.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 213 | 0 | 0.66 | 0.16 | 0 | 315 | 1 | 0.67 |
| Hex | FF | 57 | D5 | 0 | 42 | 10 | 0 | 13B | 64 | 43 |
| Octal | 377 | 127 | 325 | 0 | 102 | 20 | 0 | 473 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11010101 | 0 | 1000010 | 10000 | 0 | 100111011 | 1100100 | 1000011 |
Color Harmonies of #FF57D5
Complementary color
Monochromatic Colors of #FF57D5
Black with #FF57D5
Text Example
Text Example
White with #FF57D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57D5; }
p { color: rgb(255,87,213); }
H1.HeaderClassName
{
color: #FF57D5;
}
.AnyTagClassName
{
color: #FF57D5;
}
</style>
background-color css
<style>
a { background-color: #FF57D5; }
a { background-color: rgb(255,87,213); }
div.DivClassName
{
background-color: #FF57D5;
}
.BgClassName
{
background-color: #FF57D5;
}
</style>
border-color css
<style>
span { border-color: #FF57D5; }
span { border-color: rgb(255,87,213); }
td.TdClassName
{
border-color: #FF57D5;
}
.TagClassName
{
border-color: #FF57D5;
}
</style>