Shades of Neon Pink #FE57D6
Tints of Neon Pink #FE57D6
RGB
CMYK
RGB Variations
Color information
#FE57D6 (or 0xFE57D6) is known color: Neon Pink. HEX triplet: FE, 57 and D6. RGB value is (254,87,214). Sum of RGB (Red+Green+Blue) = 254+87+214=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57D6 is #01A829. Grayscale: #979797. Windows color (decimal): -108586 or 14047230. OLE color: 14047230.
HSL color Cylindrical-coordinate representation of color #FE57D6: hue angle of 314.37º 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 #FE57D6 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 214 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.00 |
| HSL | 314.37º | 0.99% | 0.67% | - |
| HSV(B) | 314.37º | 0.66% | 1% | - |
| XYZ | 56.42 | 32.74 | 66.96 | - |
| YUV | 151.41 | 163.33 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 214 | 0 | 0.66 | 0.16 | 0.00 | 314.37 | 0.99 | 0.67 |
| Hex | FE | 57 | D6 | 0 | 42 | 10 | 0 | 13A | 63 | 43 |
| Octal | 376 | 127 | 326 | 0 | 102 | 20 | 0 | 472 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11010110 | 0 | 1000010 | 10000 | 0 | 100111010 | 1100011 | 1000011 |
Color Harmonies of #FE57D6
Complementary color
Monochromatic Colors of #FE57D6
Black with #FE57D6
Text Example
Text Example
White with #FE57D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57D6; }
p { color: rgb(254,87,214); }
H1.HeaderClassName
{
color: #FE57D6;
}
.AnyTagClassName
{
color: #FE57D6;
}
</style>
background-color css
<style>
a { background-color: #FE57D6; }
a { background-color: rgb(254,87,214); }
div.DivClassName
{
background-color: #FE57D6;
}
.BgClassName
{
background-color: #FE57D6;
}
</style>
border-color css
<style>
span { border-color: #FE57D6; }
span { border-color: rgb(254,87,214); }
td.TdClassName
{
border-color: #FE57D6;
}
.TagClassName
{
border-color: #FE57D6;
}
</style>