Shades of Neon Pink #EA5FBE
Tints of Neon Pink #EA5FBE
RGB
CMYK
RGB Variations
Color information
#EA5FBE (or 0xEA5FBE) is known color: Neon Pink. HEX triplet: EA, 5F and BE. RGB value is (234,95,190). Sum of RGB (Red+Green+Blue) = 234+95+190=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FBE is #15A041. Grayscale: #939393. Windows color (decimal): -1417282 or 12476394. OLE color: 12476394.
HSL color Cylindrical-coordinate representation of color #EA5FBE: hue angle of 318.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5FBE is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 95 | 190 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.08 |
| HSL | 318.99º | 0.77% | 0.65% | - |
| HSV(B) | 318.99º | 0.59% | 0.92% | - |
| XYZ | 47.32 | 29.39 | 51.89 | - |
| YUV | 147.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 95 | 190 | 0 | 0.59 | 0.19 | 0.08 | 318.99 | 0.77 | 0.65 |
| Hex | EA | 5F | BE | 0 | 3B | 13 | 8 | 13F | 4D | 41 |
| Octal | 352 | 137 | 276 | 0 | 73 | 23 | 10 | 477 | 115 | 101 |
| Binary | 11101010 | 1011111 | 10111110 | 0 | 111011 | 10011 | 1000 | 100111111 | 1001101 | 1000001 |
Color Harmonies of #EA5FBE
Complementary color
Monochromatic Colors of #EA5FBE
Black with #EA5FBE
Text Example
Text Example
White with #EA5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5FBE; }
p { color: rgb(234,95,190); }
H1.HeaderClassName
{
color: #EA5FBE;
}
.AnyTagClassName
{
color: #EA5FBE;
}
</style>
background-color css
<style>
a { background-color: #EA5FBE; }
a { background-color: rgb(234,95,190); }
div.DivClassName
{
background-color: #EA5FBE;
}
.BgClassName
{
background-color: #EA5FBE;
}
</style>
border-color css
<style>
span { border-color: #EA5FBE; }
span { border-color: rgb(234,95,190); }
td.TdClassName
{
border-color: #EA5FBE;
}
.TagClassName
{
border-color: #EA5FBE;
}
</style>