Shades of Neon Pink #EE69CF
Tints of Neon Pink #EE69CF
RGB
CMYK
RGB Variations
Color information
#EE69CF (or 0xEE69CF) is known color: Neon Pink. HEX triplet: EE, 69 and CF. RGB value is (238,105,207). Sum of RGB (Red+Green+Blue) = 238+105+207=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69CF is #119630. Grayscale: #9C9C9C. Windows color (decimal): -1152561 or 13593070. OLE color: 13593070.
HSL color Cylindrical-coordinate representation of color #EE69CF: hue angle of 313.98º 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 #EE69CF is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 207 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.07 |
| HSL | 313.99º | 0.8% | 0.67% | - |
| HSV(B) | 313.99º | 0.56% | 0.93% | - |
| XYZ | 51.57 | 32.79 | 62.64 | - |
| YUV | 156.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 207 | 0 | 0.56 | 0.13 | 0.07 | 313.99 | 0.8 | 0.67 |
| Hex | EE | 69 | CF | 0 | 38 | D | 7 | 13A | 50 | 43 |
| Octal | 356 | 151 | 317 | 0 | 70 | 15 | 7 | 472 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11001111 | 0 | 111000 | 1101 | 111 | 100111010 | 1010000 | 1000011 |
Color Harmonies of #EE69CF
Complementary color
Monochromatic Colors of #EE69CF
Black with #EE69CF
Text Example
Text Example
White with #EE69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69CF; }
p { color: rgb(238,105,207); }
H1.HeaderClassName
{
color: #EE69CF;
}
.AnyTagClassName
{
color: #EE69CF;
}
</style>
background-color css
<style>
a { background-color: #EE69CF; }
a { background-color: rgb(238,105,207); }
div.DivClassName
{
background-color: #EE69CF;
}
.BgClassName
{
background-color: #EE69CF;
}
</style>
border-color css
<style>
span { border-color: #EE69CF; }
span { border-color: rgb(238,105,207); }
td.TdClassName
{
border-color: #EE69CF;
}
.TagClassName
{
border-color: #EE69CF;
}
</style>