Shades of Neon Pink #FF57C4
Tints of Neon Pink #FF57C4
RGB
CMYK
RGB Variations
Color information
#FF57C4 (or 0xFF57C4) is known color: Neon Pink. HEX triplet: FF, 57 and C4. RGB value is (255,87,196). Sum of RGB (Red+Green+Blue) = 255+87+196=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C4 is #00A83B. Grayscale: #959595. Windows color (decimal): -43068 or 12867583. OLE color: 12867583.
HSL color Cylindrical-coordinate representation of color #FF57C4: hue angle of 321.07º 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 #FF57C4 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 196 | - |
| CMYK | 0 | 0.66 | 0.23 | 0 |
| HSL | 321.07º | 1% | 0.67% | - |
| HSV(B) | 321.07º | 0.66% | 1% | - |
| XYZ | 54.61 | 32.06 | 55.53 | - |
| YUV | 149.66 | 154.16 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 196 | 0 | 0.66 | 0.23 | 0 | 321.07 | 1 | 0.67 |
| Hex | FF | 57 | C4 | 0 | 42 | 17 | 0 | 141 | 64 | 43 |
| Octal | 377 | 127 | 304 | 0 | 102 | 27 | 0 | 501 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11000100 | 0 | 1000010 | 10111 | 0 | 101000001 | 1100100 | 1000011 |
Color Harmonies of #FF57C4
Complementary color
Monochromatic Colors of #FF57C4
Black with #FF57C4
Text Example
Text Example
White with #FF57C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57C4; }
p { color: rgb(255,87,196); }
H1.HeaderClassName
{
color: #FF57C4;
}
.AnyTagClassName
{
color: #FF57C4;
}
</style>
background-color css
<style>
a { background-color: #FF57C4; }
a { background-color: rgb(255,87,196); }
div.DivClassName
{
background-color: #FF57C4;
}
.BgClassName
{
background-color: #FF57C4;
}
</style>
border-color css
<style>
span { border-color: #FF57C4; }
span { border-color: rgb(255,87,196); }
td.TdClassName
{
border-color: #FF57C4;
}
.TagClassName
{
border-color: #FF57C4;
}
</style>