Shades of Neon Pink #EE65BC
Tints of Neon Pink #EE65BC
RGB
CMYK
RGB Variations
Color information
#EE65BC (or 0xEE65BC) is known color: Neon Pink. HEX triplet: EE, 65 and BC. RGB value is (238,101,188). Sum of RGB (Red+Green+Blue) = 238+101+188=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65BC is #119A43. Grayscale: #979797. Windows color (decimal): -1153604 or 12346862. OLE color: 12346862.
HSL color Cylindrical-coordinate representation of color #EE65BC: hue angle of 321.9º 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 #EE65BC is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 188 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.07 |
| HSL | 321.9º | 0.8% | 0.66% | - |
| HSV(B) | 321.9º | 0.58% | 0.93% | - |
| XYZ | 48.99 | 31.12 | 51 | - |
| YUV | 151.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 188 | 0 | 0.58 | 0.21 | 0.07 | 321.9 | 0.8 | 0.66 |
| Hex | EE | 65 | BC | 0 | 3A | 15 | 7 | 142 | 50 | 42 |
| Octal | 356 | 145 | 274 | 0 | 72 | 25 | 7 | 502 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10111100 | 0 | 111010 | 10101 | 111 | 101000010 | 1010000 | 1000010 |
Color Harmonies of #EE65BC
Complementary color
Monochromatic Colors of #EE65BC
Black with #EE65BC
Text Example
Text Example
White with #EE65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65BC; }
p { color: rgb(238,101,188); }
H1.HeaderClassName
{
color: #EE65BC;
}
.AnyTagClassName
{
color: #EE65BC;
}
</style>
background-color css
<style>
a { background-color: #EE65BC; }
a { background-color: rgb(238,101,188); }
div.DivClassName
{
background-color: #EE65BC;
}
.BgClassName
{
background-color: #EE65BC;
}
</style>
border-color css
<style>
span { border-color: #EE65BC; }
span { border-color: rgb(238,101,188); }
td.TdClassName
{
border-color: #EE65BC;
}
.TagClassName
{
border-color: #EE65BC;
}
</style>