Shades of Neon Pink #EA63BF
Tints of Neon Pink #EA63BF
RGB
CMYK
RGB Variations
Color information
#EA63BF (or 0xEA63BF) is known color: Neon Pink. HEX triplet: EA, 63 and BF. RGB value is (234,99,191). Sum of RGB (Red+Green+Blue) = 234+99+191=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63BF is #159C40. Grayscale: #959595. Windows color (decimal): -1416257 or 12542954. OLE color: 12542954.
HSL color Cylindrical-coordinate representation of color #EA63BF: hue angle of 319.11º 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 #EA63BF is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 191 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.08 |
| HSL | 319.11º | 0.76% | 0.65% | - |
| HSV(B) | 319.11º | 0.58% | 0.92% | - |
| XYZ | 47.8 | 30.18 | 52.6 | - |
| YUV | 149.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 191 | 0 | 0.58 | 0.18 | 0.08 | 319.11 | 0.76 | 0.65 |
| Hex | EA | 63 | BF | 0 | 3A | 12 | 8 | 13F | 4C | 41 |
| Octal | 352 | 143 | 277 | 0 | 72 | 22 | 10 | 477 | 114 | 101 |
| Binary | 11101010 | 1100011 | 10111111 | 0 | 111010 | 10010 | 1000 | 100111111 | 1001100 | 1000001 |
Color Harmonies of #EA63BF
Complementary color
Monochromatic Colors of #EA63BF
Black with #EA63BF
Text Example
Text Example
White with #EA63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA63BF; }
p { color: rgb(234,99,191); }
H1.HeaderClassName
{
color: #EA63BF;
}
.AnyTagClassName
{
color: #EA63BF;
}
</style>
background-color css
<style>
a { background-color: #EA63BF; }
a { background-color: rgb(234,99,191); }
div.DivClassName
{
background-color: #EA63BF;
}
.BgClassName
{
background-color: #EA63BF;
}
</style>
border-color css
<style>
span { border-color: #EA63BF; }
span { border-color: rgb(234,99,191); }
td.TdClassName
{
border-color: #EA63BF;
}
.TagClassName
{
border-color: #EA63BF;
}
</style>