Shades of Neon Pink #EE64BE
Tints of Neon Pink #EE64BE
RGB
CMYK
RGB Variations
Color information
#EE64BE (or 0xEE64BE) is known color: Neon Pink. HEX triplet: EE, 64 and BE. RGB value is (238,100,190). Sum of RGB (Red+Green+Blue) = 238+100+190=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE64BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE64BE is #119B41. Grayscale: #979797. Windows color (decimal): -1153858 or 12477678. OLE color: 12477678.
HSL color Cylindrical-coordinate representation of color #EE64BE: hue angle of 320.87º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE64BE is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 190 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.07 |
| HSL | 320.87º | 0.8% | 0.66% | - |
| HSV(B) | 320.87º | 0.58% | 0.93% | - |
| XYZ | 49.11 | 31.01 | 52.11 | - |
| YUV | 151.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 190 | 0 | 0.58 | 0.20 | 0.07 | 320.87 | 0.8 | 0.66 |
| Hex | EE | 64 | BE | 0 | 3A | 14 | 7 | 141 | 50 | 42 |
| Octal | 356 | 144 | 276 | 0 | 72 | 24 | 7 | 501 | 120 | 102 |
| Binary | 11101110 | 1100100 | 10111110 | 0 | 111010 | 10100 | 111 | 101000001 | 1010000 | 1000010 |
Color Harmonies of #EE64BE
Complementary color
Monochromatic Colors of #EE64BE
Black with #EE64BE
Text Example
Text Example
White with #EE64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE64BE; }
p { color: rgb(238,100,190); }
H1.HeaderClassName
{
color: #EE64BE;
}
.AnyTagClassName
{
color: #EE64BE;
}
</style>
background-color css
<style>
a { background-color: #EE64BE; }
a { background-color: rgb(238,100,190); }
div.DivClassName
{
background-color: #EE64BE;
}
.BgClassName
{
background-color: #EE64BE;
}
</style>
border-color css
<style>
span { border-color: #EE64BE; }
span { border-color: rgb(238,100,190); }
td.TdClassName
{
border-color: #EE64BE;
}
.TagClassName
{
border-color: #EE64BE;
}
</style>