Shades of Neon Pink #FE57CF
Tints of Neon Pink #FE57CF
RGB
CMYK
RGB Variations
Color information
#FE57CF (or 0xFE57CF) is known color: Neon Pink. HEX triplet: FE, 57 and CF. RGB value is (254,87,207). Sum of RGB (Red+Green+Blue) = 254+87+207=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 87 (34.38% from 255 or 15.88% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57CF is #01A830. Grayscale: #969696. Windows color (decimal): -108593 or 13588478. OLE color: 13588478.
HSL color Cylindrical-coordinate representation of color #FE57CF: hue angle of 316.89º 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 #FE57CF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 207 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.00 |
| HSL | 316.89º | 0.99% | 0.67% | - |
| HSV(B) | 316.89º | 0.66% | 1% | - |
| XYZ | 55.54 | 32.39 | 62.36 | - |
| YUV | 150.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 207 | 0 | 0.66 | 0.19 | 0.00 | 316.89 | 0.99 | 0.67 |
| Hex | FE | 57 | CF | 0 | 42 | 13 | 0 | 13D | 63 | 43 |
| Octal | 376 | 127 | 317 | 0 | 102 | 23 | 0 | 475 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11001111 | 0 | 1000010 | 10011 | 0 | 100111101 | 1100011 | 1000011 |
Color Harmonies of #FE57CF
Complementary color
Monochromatic Colors of #FE57CF
Black with #FE57CF
Text Example
Text Example
White with #FE57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57CF; }
p { color: rgb(254,87,207); }
H1.HeaderClassName
{
color: #FE57CF;
}
.AnyTagClassName
{
color: #FE57CF;
}
</style>
background-color css
<style>
a { background-color: #FE57CF; }
a { background-color: rgb(254,87,207); }
div.DivClassName
{
background-color: #FE57CF;
}
.BgClassName
{
background-color: #FE57CF;
}
</style>
border-color css
<style>
span { border-color: #FE57CF; }
span { border-color: rgb(254,87,207); }
td.TdClassName
{
border-color: #FE57CF;
}
.TagClassName
{
border-color: #FE57CF;
}
</style>