Shades of Neon Pink #FF57C3
Tints of Neon Pink #FF57C3
RGB
CMYK
RGB Variations
Color information
#FF57C3 (or 0xFF57C3) is known color: Neon Pink. HEX triplet: FF, 57 and C3. RGB value is (255,87,195). Sum of RGB (Red+Green+Blue) = 255+87+195=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C3 is #00A83C. Grayscale: #959595. Windows color (decimal): -43069 or 12802047. OLE color: 12802047.
HSL color Cylindrical-coordinate representation of color #FF57C3: hue angle of 321.43º 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 #FF57C3 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 195 | - |
| CMYK | 0 | 0.66 | 0.24 | 0 |
| HSL | 321.43º | 1% | 0.67% | - |
| HSV(B) | 321.43º | 0.66% | 1% | - |
| XYZ | 54.5 | 32.02 | 54.94 | - |
| YUV | 149.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 195 | 0 | 0.66 | 0.24 | 0 | 321.43 | 1 | 0.67 |
| Hex | FF | 57 | C3 | 0 | 42 | 18 | 0 | 141 | 64 | 43 |
| Octal | 377 | 127 | 303 | 0 | 102 | 30 | 0 | 501 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11000011 | 0 | 1000010 | 11000 | 0 | 101000001 | 1100100 | 1000011 |
Color Harmonies of #FF57C3
Complementary color
Monochromatic Colors of #FF57C3
Black with #FF57C3
Text Example
Text Example
White with #FF57C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57C3; }
p { color: rgb(255,87,195); }
H1.HeaderClassName
{
color: #FF57C3;
}
.AnyTagClassName
{
color: #FF57C3;
}
</style>
background-color css
<style>
a { background-color: #FF57C3; }
a { background-color: rgb(255,87,195); }
div.DivClassName
{
background-color: #FF57C3;
}
.BgClassName
{
background-color: #FF57C3;
}
</style>
border-color css
<style>
span { border-color: #FF57C3; }
span { border-color: rgb(255,87,195); }
td.TdClassName
{
border-color: #FF57C3;
}
.TagClassName
{
border-color: #FF57C3;
}
</style>