Shades of Neon Pink #FE5BC0
Tints of Neon Pink #FE5BC0
RGB
CMYK
RGB Variations
Color information
#FE5BC0 (or 0xFE5BC0) is known color: Neon Pink. HEX triplet: FE, 5B and C0. RGB value is (254,91,192). Sum of RGB (Red+Green+Blue) = 254+91+192=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BC0 is #01A43F. Grayscale: #979797. Windows color (decimal): -107584 or 12606462. OLE color: 12606462.
HSL color Cylindrical-coordinate representation of color #FE5BC0: hue angle of 322.82º 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 #FE5BC0 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 192 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.00 |
| HSL | 322.82º | 0.99% | 0.68% | - |
| HSV(B) | 322.82º | 0.64% | 1% | - |
| XYZ | 54.13 | 32.36 | 53.26 | - |
| YUV | 151.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 192 | 0 | 0.64 | 0.24 | 0.00 | 322.82 | 0.99 | 0.68 |
| Hex | FE | 5B | C0 | 0 | 40 | 18 | 0 | 143 | 63 | 44 |
| Octal | 376 | 133 | 300 | 0 | 100 | 30 | 0 | 503 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11000000 | 0 | 1000000 | 11000 | 0 | 101000011 | 1100011 | 1000100 |
Color Harmonies of #FE5BC0
Complementary color
Monochromatic Colors of #FE5BC0
Black with #FE5BC0
Text Example
Text Example
White with #FE5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BC0; }
p { color: rgb(254,91,192); }
H1.HeaderClassName
{
color: #FE5BC0;
}
.AnyTagClassName
{
color: #FE5BC0;
}
</style>
background-color css
<style>
a { background-color: #FE5BC0; }
a { background-color: rgb(254,91,192); }
div.DivClassName
{
background-color: #FE5BC0;
}
.BgClassName
{
background-color: #FE5BC0;
}
</style>
border-color css
<style>
span { border-color: #FE5BC0; }
span { border-color: rgb(254,91,192); }
td.TdClassName
{
border-color: #FE5BC0;
}
.TagClassName
{
border-color: #FE5BC0;
}
</style>