Shades of Neon Pink #EE69BC
Tints of Neon Pink #EE69BC
RGB
CMYK
RGB Variations
Color information
#EE69BC (or 0xEE69BC) is known color: Neon Pink. HEX triplet: EE, 69 and BC. RGB value is (238,105,188). Sum of RGB (Red+Green+Blue) = 238+105+188=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69BC is #119643. Grayscale: #9A9A9A. Windows color (decimal): -1152580 or 12347886. OLE color: 12347886.
HSL color Cylindrical-coordinate representation of color #EE69BC: hue angle of 322.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69BC is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 188 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.07 |
| HSL | 322.56º | 0.8% | 0.67% | - |
| HSV(B) | 322.56º | 0.56% | 0.93% | - |
| XYZ | 49.39 | 31.91 | 51.13 | - |
| YUV | 154.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 188 | 0 | 0.56 | 0.21 | 0.07 | 322.56 | 0.8 | 0.67 |
| Hex | EE | 69 | BC | 0 | 38 | 15 | 7 | 143 | 50 | 43 |
| Octal | 356 | 151 | 274 | 0 | 70 | 25 | 7 | 503 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10111100 | 0 | 111000 | 10101 | 111 | 101000011 | 1010000 | 1000011 |
Color Harmonies of #EE69BC
Complementary color
Monochromatic Colors of #EE69BC
Black with #EE69BC
Text Example
Text Example
White with #EE69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69BC; }
p { color: rgb(238,105,188); }
H1.HeaderClassName
{
color: #EE69BC;
}
.AnyTagClassName
{
color: #EE69BC;
}
</style>
background-color css
<style>
a { background-color: #EE69BC; }
a { background-color: rgb(238,105,188); }
div.DivClassName
{
background-color: #EE69BC;
}
.BgClassName
{
background-color: #EE69BC;
}
</style>
border-color css
<style>
span { border-color: #EE69BC; }
span { border-color: rgb(238,105,188); }
td.TdClassName
{
border-color: #EE69BC;
}
.TagClassName
{
border-color: #EE69BC;
}
</style>