Shades of Neon Pink #EF6EBD
Tints of Neon Pink #EF6EBD
RGB
CMYK
RGB Variations
Color information
#EF6EBD (or 0xEF6EBD) is known color: Neon Pink. HEX triplet: EF, 6E and BD. RGB value is (239,110,189). Sum of RGB (Red+Green+Blue) = 239+110+189=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EBD is #109142. Grayscale: #9D9D9D. Windows color (decimal): -1085763 or 12414703. OLE color: 12414703.
HSL color Cylindrical-coordinate representation of color #EF6EBD: hue angle of 323.26º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6EBD is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 189 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.06 |
| HSL | 323.26º | 0.8% | 0.68% | - |
| HSV(B) | 323.26º | 0.54% | 0.94% | - |
| XYZ | 50.36 | 33.18 | 51.89 | - |
| YUV | 157.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 189 | 0 | 0.54 | 0.21 | 0.06 | 323.26 | 0.8 | 0.68 |
| Hex | EF | 6E | BD | 0 | 36 | 15 | 6 | 143 | 50 | 44 |
| Octal | 357 | 156 | 275 | 0 | 66 | 25 | 6 | 503 | 120 | 104 |
| Binary | 11101111 | 1101110 | 10111101 | 0 | 110110 | 10101 | 110 | 101000011 | 1010000 | 1000100 |
Color Harmonies of #EF6EBD
Complementary color
Monochromatic Colors of #EF6EBD
Black with #EF6EBD
Text Example
Text Example
White with #EF6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EBD; }
p { color: rgb(239,110,189); }
H1.HeaderClassName
{
color: #EF6EBD;
}
.AnyTagClassName
{
color: #EF6EBD;
}
</style>
background-color css
<style>
a { background-color: #EF6EBD; }
a { background-color: rgb(239,110,189); }
div.DivClassName
{
background-color: #EF6EBD;
}
.BgClassName
{
background-color: #EF6EBD;
}
</style>
border-color css
<style>
span { border-color: #EF6EBD; }
span { border-color: rgb(239,110,189); }
td.TdClassName
{
border-color: #EF6EBD;
}
.TagClassName
{
border-color: #EF6EBD;
}
</style>