Shades of Neon Pink #EE70BF
Tints of Neon Pink #EE70BF
RGB
CMYK
RGB Variations
Color information
#EE70BF (or 0xEE70BF) is known color: Neon Pink. HEX triplet: EE, 70 and BF. RGB value is (238,112,191). Sum of RGB (Red+Green+Blue) = 238+112+191=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70BF is #118F40. Grayscale: #9E9E9E. Windows color (decimal): -1150785 or 12546286. OLE color: 12546286.
HSL color Cylindrical-coordinate representation of color #EE70BF: hue angle of 322.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70BF is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 191 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.07 |
| HSL | 322.38º | 0.79% | 0.69% | - |
| HSV(B) | 322.38º | 0.53% | 0.93% | - |
| XYZ | 50.46 | 33.53 | 53.1 | - |
| YUV | 158.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 191 | 0 | 0.53 | 0.20 | 0.07 | 322.38 | 0.79 | 0.69 |
| Hex | EE | 70 | BF | 0 | 35 | 14 | 7 | 142 | 4F | 45 |
| Octal | 356 | 160 | 277 | 0 | 65 | 24 | 7 | 502 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10111111 | 0 | 110101 | 10100 | 111 | 101000010 | 1001111 | 1000101 |
Color Harmonies of #EE70BF
Complementary color
Monochromatic Colors of #EE70BF
Black with #EE70BF
Text Example
Text Example
White with #EE70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70BF; }
p { color: rgb(238,112,191); }
H1.HeaderClassName
{
color: #EE70BF;
}
.AnyTagClassName
{
color: #EE70BF;
}
</style>
background-color css
<style>
a { background-color: #EE70BF; }
a { background-color: rgb(238,112,191); }
div.DivClassName
{
background-color: #EE70BF;
}
.BgClassName
{
background-color: #EE70BF;
}
</style>
border-color css
<style>
span { border-color: #EE70BF; }
span { border-color: rgb(238,112,191); }
td.TdClassName
{
border-color: #EE70BF;
}
.TagClassName
{
border-color: #EE70BF;
}
</style>