Shades of Neon Pink #EE69C9
Tints of Neon Pink #EE69C9
RGB
CMYK
RGB Variations
Color information
#EE69C9 (or 0xEE69C9) is known color: Neon Pink. HEX triplet: EE, 69 and C9. RGB value is (238,105,201). Sum of RGB (Red+Green+Blue) = 238+105+201=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69C9 is #119636. Grayscale: #9B9B9B. Windows color (decimal): -1152567 or 13199854. OLE color: 13199854.
HSL color Cylindrical-coordinate representation of color #EE69C9: hue angle of 316.69º 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 #EE69C9 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 201 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.07 |
| HSL | 316.69º | 0.8% | 0.67% | - |
| HSV(B) | 316.69º | 0.56% | 0.93% | - |
| XYZ | 50.85 | 32.5 | 58.85 | - |
| YUV | 155.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 201 | 0 | 0.56 | 0.16 | 0.07 | 316.69 | 0.8 | 0.67 |
| Hex | EE | 69 | C9 | 0 | 38 | 10 | 7 | 13D | 50 | 43 |
| Octal | 356 | 151 | 311 | 0 | 70 | 20 | 7 | 475 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11001001 | 0 | 111000 | 10000 | 111 | 100111101 | 1010000 | 1000011 |
Color Harmonies of #EE69C9
Complementary color
Monochromatic Colors of #EE69C9
Black with #EE69C9
Text Example
Text Example
White with #EE69C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69C9; }
p { color: rgb(238,105,201); }
H1.HeaderClassName
{
color: #EE69C9;
}
.AnyTagClassName
{
color: #EE69C9;
}
</style>
background-color css
<style>
a { background-color: #EE69C9; }
a { background-color: rgb(238,105,201); }
div.DivClassName
{
background-color: #EE69C9;
}
.BgClassName
{
background-color: #EE69C9;
}
</style>
border-color css
<style>
span { border-color: #EE69C9; }
span { border-color: rgb(238,105,201); }
td.TdClassName
{
border-color: #EE69C9;
}
.TagClassName
{
border-color: #EE69C9;
}
</style>