Shades of Neon Pink #EA63BC
Tints of Neon Pink #EA63BC
RGB
CMYK
RGB Variations
Color information
#EA63BC (or 0xEA63BC) is known color: Neon Pink. HEX triplet: EA, 63 and BC. RGB value is (234,99,188). Sum of RGB (Red+Green+Blue) = 234+99+188=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63BC is #159C43. Grayscale: #959595. Windows color (decimal): -1416260 or 12346346. OLE color: 12346346.
HSL color Cylindrical-coordinate representation of color #EA63BC: hue angle of 320.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA63BC is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 188 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.08 |
| HSL | 320.44º | 0.76% | 0.65% | - |
| HSV(B) | 320.44º | 0.58% | 0.92% | - |
| XYZ | 47.47 | 30.05 | 50.87 | - |
| YUV | 149.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 188 | 0 | 0.58 | 0.20 | 0.08 | 320.44 | 0.76 | 0.65 |
| Hex | EA | 63 | BC | 0 | 3A | 14 | 8 | 140 | 4C | 41 |
| Octal | 352 | 143 | 274 | 0 | 72 | 24 | 10 | 500 | 114 | 101 |
| Binary | 11101010 | 1100011 | 10111100 | 0 | 111010 | 10100 | 1000 | 101000000 | 1001100 | 1000001 |
Color Harmonies of #EA63BC
Complementary color
Monochromatic Colors of #EA63BC
Black with #EA63BC
Text Example
Text Example
White with #EA63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA63BC; }
p { color: rgb(234,99,188); }
H1.HeaderClassName
{
color: #EA63BC;
}
.AnyTagClassName
{
color: #EA63BC;
}
</style>
background-color css
<style>
a { background-color: #EA63BC; }
a { background-color: rgb(234,99,188); }
div.DivClassName
{
background-color: #EA63BC;
}
.BgClassName
{
background-color: #EA63BC;
}
</style>
border-color css
<style>
span { border-color: #EA63BC; }
span { border-color: rgb(234,99,188); }
td.TdClassName
{
border-color: #EA63BC;
}
.TagClassName
{
border-color: #EA63BC;
}
</style>