Shades of Neon Pink #FF57C1
Tints of Neon Pink #FF57C1
RGB
CMYK
RGB Variations
Color information
#FF57C1 (or 0xFF57C1) is known color: Neon Pink. HEX triplet: FF, 57 and C1. RGB value is (255,87,193). Sum of RGB (Red+Green+Blue) = 255+87+193=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C1 is #00A83E. Grayscale: #959595. Windows color (decimal): -43071 or 12670975. OLE color: 12670975.
HSL color Cylindrical-coordinate representation of color #FF57C1: hue angle of 322.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 #FF57C1 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 193 | - |
| CMYK | 0 | 0.66 | 0.24 | 0 |
| HSL | 322.14º | 1% | 0.67% | - |
| HSV(B) | 322.14º | 0.66% | 1% | - |
| XYZ | 54.27 | 31.93 | 53.75 | - |
| YUV | 149.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 193 | 0 | 0.66 | 0.24 | 0 | 322.14 | 1 | 0.67 |
| Hex | FF | 57 | C1 | 0 | 42 | 18 | 0 | 142 | 64 | 43 |
| Octal | 377 | 127 | 301 | 0 | 102 | 30 | 0 | 502 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11000001 | 0 | 1000010 | 11000 | 0 | 101000010 | 1100100 | 1000011 |
Color Harmonies of #FF57C1
Complementary color
Monochromatic Colors of #FF57C1
Black with #FF57C1
Text Example
Text Example
White with #FF57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57C1; }
p { color: rgb(255,87,193); }
H1.HeaderClassName
{
color: #FF57C1;
}
.AnyTagClassName
{
color: #FF57C1;
}
</style>
background-color css
<style>
a { background-color: #FF57C1; }
a { background-color: rgb(255,87,193); }
div.DivClassName
{
background-color: #FF57C1;
}
.BgClassName
{
background-color: #FF57C1;
}
</style>
border-color css
<style>
span { border-color: #FF57C1; }
span { border-color: rgb(255,87,193); }
td.TdClassName
{
border-color: #FF57C1;
}
.TagClassName
{
border-color: #FF57C1;
}
</style>