Shades of Neon Pink #FE5EBF
Tints of Neon Pink #FE5EBF
RGB
CMYK
RGB Variations
Color information
#FE5EBF (or 0xFE5EBF) is known color: Neon Pink. HEX triplet: FE, 5E and BF. RGB value is (254,94,191). Sum of RGB (Red+Green+Blue) = 254+94+191=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EBF is #01A140. Grayscale: #989898. Windows color (decimal): -106817 or 12541694. OLE color: 12541694.
HSL color Cylindrical-coordinate representation of color #FE5EBF: hue angle of 323.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EBF is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 191 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.00 |
| HSL | 323.63º | 0.99% | 0.68% | - |
| HSV(B) | 323.63º | 0.63% | 1% | - |
| XYZ | 54.28 | 32.84 | 52.77 | - |
| YUV | 152.9 | 149.51 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 191 | 0 | 0.63 | 0.25 | 0.00 | 323.63 | 0.99 | 0.68 |
| Hex | FE | 5E | BF | 0 | 3F | 19 | 0 | 144 | 63 | 44 |
| Octal | 376 | 136 | 277 | 0 | 77 | 31 | 0 | 504 | 143 | 104 |
| Binary | 11111110 | 1011110 | 10111111 | 0 | 111111 | 11001 | 0 | 101000100 | 1100011 | 1000100 |
Color Harmonies of #FE5EBF
Complementary color
Monochromatic Colors of #FE5EBF
Black with #FE5EBF
Text Example
Text Example
White with #FE5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EBF; }
p { color: rgb(254,94,191); }
H1.HeaderClassName
{
color: #FE5EBF;
}
.AnyTagClassName
{
color: #FE5EBF;
}
</style>
background-color css
<style>
a { background-color: #FE5EBF; }
a { background-color: rgb(254,94,191); }
div.DivClassName
{
background-color: #FE5EBF;
}
.BgClassName
{
background-color: #FE5EBF;
}
</style>
border-color css
<style>
span { border-color: #FE5EBF; }
span { border-color: rgb(254,94,191); }
td.TdClassName
{
border-color: #FE5EBF;
}
.TagClassName
{
border-color: #FE5EBF;
}
</style>