Shades of Neon Pink #FE57CC
Tints of Neon Pink #FE57CC
RGB
CMYK
RGB Variations
Color information
#FE57CC (or 0xFE57CC) is known color: Neon Pink. HEX triplet: FE, 57 and CC. RGB value is (254,87,204). Sum of RGB (Red+Green+Blue) = 254+87+204=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE57CC is #01A833. Grayscale: #959595. Windows color (decimal): -108596 or 13391870. OLE color: 13391870.
HSL color Cylindrical-coordinate representation of color #FE57CC: hue angle of 317.96º 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 #FE57CC is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 204 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.00 |
| HSL | 317.96º | 0.99% | 0.67% | - |
| HSV(B) | 317.96º | 0.66% | 1% | - |
| XYZ | 55.18 | 32.25 | 60.44 | - |
| YUV | 150.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 204 | 0 | 0.66 | 0.20 | 0.00 | 317.96 | 0.99 | 0.67 |
| Hex | FE | 57 | CC | 0 | 42 | 14 | 0 | 13E | 63 | 43 |
| Octal | 376 | 127 | 314 | 0 | 102 | 24 | 0 | 476 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11001100 | 0 | 1000010 | 10100 | 0 | 100111110 | 1100011 | 1000011 |
Color Harmonies of #FE57CC
Complementary color
Monochromatic Colors of #FE57CC
Black with #FE57CC
Text Example
Text Example
White with #FE57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57CC; }
p { color: rgb(254,87,204); }
H1.HeaderClassName
{
color: #FE57CC;
}
.AnyTagClassName
{
color: #FE57CC;
}
</style>
background-color css
<style>
a { background-color: #FE57CC; }
a { background-color: rgb(254,87,204); }
div.DivClassName
{
background-color: #FE57CC;
}
.BgClassName
{
background-color: #FE57CC;
}
</style>
border-color css
<style>
span { border-color: #FE57CC; }
span { border-color: rgb(254,87,204); }
td.TdClassName
{
border-color: #FE57CC;
}
.TagClassName
{
border-color: #FE57CC;
}
</style>