Shades of Neon Pink #FF57C6
Tints of Neon Pink #FF57C6
RGB
CMYK
RGB Variations
Color information
#FF57C6 (or 0xFF57C6) is known color: Neon Pink. HEX triplet: FF, 57 and C6. RGB value is (255,87,198). Sum of RGB (Red+Green+Blue) = 255+87+198=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C6 is #00A839. Grayscale: #959595. Windows color (decimal): -43066 or 12998655. OLE color: 12998655.
HSL color Cylindrical-coordinate representation of color #FF57C6: hue angle of 320.36º 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 #FF57C6 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 198 | - |
| CMYK | 0 | 0.66 | 0.22 | 0 |
| HSL | 320.36º | 1% | 0.67% | - |
| HSV(B) | 320.36º | 0.66% | 1% | - |
| XYZ | 54.84 | 32.15 | 56.74 | - |
| YUV | 149.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 198 | 0 | 0.66 | 0.22 | 0 | 320.36 | 1 | 0.67 |
| Hex | FF | 57 | C6 | 0 | 42 | 16 | 0 | 140 | 64 | 43 |
| Octal | 377 | 127 | 306 | 0 | 102 | 26 | 0 | 500 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11000110 | 0 | 1000010 | 10110 | 0 | 101000000 | 1100100 | 1000011 |
Color Harmonies of #FF57C6
Complementary color
Monochromatic Colors of #FF57C6
Black with #FF57C6
Text Example
Text Example
White with #FF57C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57C6; }
p { color: rgb(255,87,198); }
H1.HeaderClassName
{
color: #FF57C6;
}
.AnyTagClassName
{
color: #FF57C6;
}
</style>
background-color css
<style>
a { background-color: #FF57C6; }
a { background-color: rgb(255,87,198); }
div.DivClassName
{
background-color: #FF57C6;
}
.BgClassName
{
background-color: #FF57C6;
}
</style>
border-color css
<style>
span { border-color: #FF57C6; }
span { border-color: rgb(255,87,198); }
td.TdClassName
{
border-color: #FF57C6;
}
.TagClassName
{
border-color: #FF57C6;
}
</style>