Shades of Neon Pink #FE5BCC
Tints of Neon Pink #FE5BCC
RGB
CMYK
RGB Variations
Color information
#FE5BCC (or 0xFE5BCC) is known color: Neon Pink. HEX triplet: FE, 5B and CC. RGB value is (254,91,204). Sum of RGB (Red+Green+Blue) = 254+91+204=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BCC is #01A433. Grayscale: #989898. Windows color (decimal): -107572 or 13392894. OLE color: 13392894.
HSL color Cylindrical-coordinate representation of color #FE5BCC: hue angle of 318.4º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BCC is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 204 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.00 |
| HSL | 318.4º | 0.99% | 0.68% | - |
| HSV(B) | 318.4º | 0.64% | 1% | - |
| XYZ | 55.51 | 32.91 | 60.55 | - |
| YUV | 152.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 204 | 0 | 0.64 | 0.20 | 0.00 | 318.4 | 0.99 | 0.68 |
| Hex | FE | 5B | CC | 0 | 40 | 14 | 0 | 13E | 63 | 44 |
| Octal | 376 | 133 | 314 | 0 | 100 | 24 | 0 | 476 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11001100 | 0 | 1000000 | 10100 | 0 | 100111110 | 1100011 | 1000100 |
Color Harmonies of #FE5BCC
Complementary color
Monochromatic Colors of #FE5BCC
Black with #FE5BCC
Text Example
Text Example
White with #FE5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BCC; }
p { color: rgb(254,91,204); }
H1.HeaderClassName
{
color: #FE5BCC;
}
.AnyTagClassName
{
color: #FE5BCC;
}
</style>
background-color css
<style>
a { background-color: #FE5BCC; }
a { background-color: rgb(254,91,204); }
div.DivClassName
{
background-color: #FE5BCC;
}
.BgClassName
{
background-color: #FE5BCC;
}
</style>
border-color css
<style>
span { border-color: #FE5BCC; }
span { border-color: rgb(254,91,204); }
td.TdClassName
{
border-color: #FE5BCC;
}
.TagClassName
{
border-color: #FE5BCC;
}
</style>