Shades of Neon Pink #FE57D4
Tints of Neon Pink #FE57D4
RGB
CMYK
RGB Variations
Color information
#FE57D4 (or 0xFE57D4) is known color: Neon Pink. HEX triplet: FE, 57 and D4. RGB value is (254,87,212). Sum of RGB (Red+Green+Blue) = 254+87+212=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 87 (34.38% from 255 or 15.73% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57D4 is #01A82B. Grayscale: #969696. Windows color (decimal): -108588 or 13916158. OLE color: 13916158.
HSL color Cylindrical-coordinate representation of color #FE57D4: hue angle of 315.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE57D4 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 212 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.00 |
| HSL | 315.09º | 0.99% | 0.67% | - |
| HSV(B) | 315.09º | 0.66% | 1% | - |
| XYZ | 56.16 | 32.64 | 65.63 | - |
| YUV | 151.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 212 | 0 | 0.66 | 0.17 | 0.00 | 315.09 | 0.99 | 0.67 |
| Hex | FE | 57 | D4 | 0 | 42 | 11 | 0 | 13B | 63 | 43 |
| Octal | 376 | 127 | 324 | 0 | 102 | 21 | 0 | 473 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11010100 | 0 | 1000010 | 10001 | 0 | 100111011 | 1100011 | 1000011 |
Color Harmonies of #FE57D4
Complementary color
Monochromatic Colors of #FE57D4
Black with #FE57D4
Text Example
Text Example
White with #FE57D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57D4; }
p { color: rgb(254,87,212); }
H1.HeaderClassName
{
color: #FE57D4;
}
.AnyTagClassName
{
color: #FE57D4;
}
</style>
background-color css
<style>
a { background-color: #FE57D4; }
a { background-color: rgb(254,87,212); }
div.DivClassName
{
background-color: #FE57D4;
}
.BgClassName
{
background-color: #FE57D4;
}
</style>
border-color css
<style>
span { border-color: #FE57D4; }
span { border-color: rgb(254,87,212); }
td.TdClassName
{
border-color: #FE57D4;
}
.TagClassName
{
border-color: #FE57D4;
}
</style>