Shades of Neon Pink #FF57CB
Tints of Neon Pink #FF57CB
RGB
CMYK
RGB Variations
Color information
#FF57CB (or 0xFF57CB) is known color: Neon Pink. HEX triplet: FF, 57 and CB. RGB value is (255,87,203). Sum of RGB (Red+Green+Blue) = 255+87+203=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57CB is #00A834. Grayscale: #969696. Windows color (decimal): -43061 or 13326335. OLE color: 13326335.
HSL color Cylindrical-coordinate representation of color #FF57CB: hue angle of 318.57º 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 #FF57CB is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 203 | - |
| CMYK | 0 | 0.66 | 0.20 | 0 |
| HSL | 318.57º | 1% | 0.67% | - |
| HSV(B) | 318.57º | 0.66% | 1% | - |
| XYZ | 55.43 | 32.39 | 59.83 | - |
| YUV | 150.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 203 | 0 | 0.66 | 0.20 | 0 | 318.57 | 1 | 0.67 |
| Hex | FF | 57 | CB | 0 | 42 | 14 | 0 | 13F | 64 | 43 |
| Octal | 377 | 127 | 313 | 0 | 102 | 24 | 0 | 477 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11001011 | 0 | 1000010 | 10100 | 0 | 100111111 | 1100100 | 1000011 |
Color Harmonies of #FF57CB
Complementary color
Monochromatic Colors of #FF57CB
Black with #FF57CB
Text Example
Text Example
White with #FF57CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57CB; }
p { color: rgb(255,87,203); }
H1.HeaderClassName
{
color: #FF57CB;
}
.AnyTagClassName
{
color: #FF57CB;
}
</style>
background-color css
<style>
a { background-color: #FF57CB; }
a { background-color: rgb(255,87,203); }
div.DivClassName
{
background-color: #FF57CB;
}
.BgClassName
{
background-color: #FF57CB;
}
</style>
border-color css
<style>
span { border-color: #FF57CB; }
span { border-color: rgb(255,87,203); }
td.TdClassName
{
border-color: #FF57CB;
}
.TagClassName
{
border-color: #FF57CB;
}
</style>