Shades of Neon Pink #EE60BD
Tints of Neon Pink #EE60BD
RGB
CMYK
RGB Variations
Color information
#EE60BD (or 0xEE60BD) is known color: Neon Pink. HEX triplet: EE, 60 and BD. RGB value is (238,96,189). Sum of RGB (Red+Green+Blue) = 238+96+189=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE60BD is #119F42. Grayscale: #949494. Windows color (decimal): -1154883 or 12411118. OLE color: 12411118.
HSL color Cylindrical-coordinate representation of color #EE60BD: hue angle of 320.7º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60BD is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 189 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.07 |
| HSL | 320.7º | 0.81% | 0.65% | - |
| HSV(B) | 320.7º | 0.6% | 0.93% | - |
| XYZ | 48.63 | 30.22 | 51.41 | - |
| YUV | 149.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 189 | 0 | 0.60 | 0.21 | 0.07 | 320.7 | 0.81 | 0.65 |
| Hex | EE | 60 | BD | 0 | 3C | 15 | 7 | 141 | 51 | 41 |
| Octal | 356 | 140 | 275 | 0 | 74 | 25 | 7 | 501 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10111101 | 0 | 111100 | 10101 | 111 | 101000001 | 1010001 | 1000001 |
Color Harmonies of #EE60BD
Complementary color
Monochromatic Colors of #EE60BD
Black with #EE60BD
Text Example
Text Example
White with #EE60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60BD; }
p { color: rgb(238,96,189); }
H1.HeaderClassName
{
color: #EE60BD;
}
.AnyTagClassName
{
color: #EE60BD;
}
</style>
background-color css
<style>
a { background-color: #EE60BD; }
a { background-color: rgb(238,96,189); }
div.DivClassName
{
background-color: #EE60BD;
}
.BgClassName
{
background-color: #EE60BD;
}
</style>
border-color css
<style>
span { border-color: #EE60BD; }
span { border-color: rgb(238,96,189); }
td.TdClassName
{
border-color: #EE60BD;
}
.TagClassName
{
border-color: #EE60BD;
}
</style>