Shades of Neon Pink #EF6DD0
Tints of Neon Pink #EF6DD0
RGB
CMYK
RGB Variations
Color information
#EF6DD0 (or 0xEF6DD0) is known color: Neon Pink. HEX triplet: EF, 6D and D0. RGB value is (239,109,208). Sum of RGB (Red+Green+Blue) = 239+109+208=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DD0 is #10922F. Grayscale: #9E9E9E. Windows color (decimal): -1086000 or 13659631. OLE color: 13659631.
HSL color Cylindrical-coordinate representation of color #EF6DD0: hue angle of 314.31º 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 #EF6DD0 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 208 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.06 |
| HSL | 314.31º | 0.8% | 0.68% | - |
| HSV(B) | 314.31º | 0.54% | 0.94% | - |
| XYZ | 52.45 | 33.84 | 63.44 | - |
| YUV | 159.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 208 | 0 | 0.54 | 0.13 | 0.06 | 314.31 | 0.8 | 0.68 |
| Hex | EF | 6D | D0 | 0 | 36 | D | 6 | 13A | 50 | 44 |
| Octal | 357 | 155 | 320 | 0 | 66 | 15 | 6 | 472 | 120 | 104 |
| Binary | 11101111 | 1101101 | 11010000 | 0 | 110110 | 1101 | 110 | 100111010 | 1010000 | 1000100 |
Color Harmonies of #EF6DD0
Complementary color
Monochromatic Colors of #EF6DD0
Black with #EF6DD0
Text Example
Text Example
White with #EF6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DD0; }
p { color: rgb(239,109,208); }
H1.HeaderClassName
{
color: #EF6DD0;
}
.AnyTagClassName
{
color: #EF6DD0;
}
</style>
background-color css
<style>
a { background-color: #EF6DD0; }
a { background-color: rgb(239,109,208); }
div.DivClassName
{
background-color: #EF6DD0;
}
.BgClassName
{
background-color: #EF6DD0;
}
</style>
border-color css
<style>
span { border-color: #EF6DD0; }
span { border-color: rgb(239,109,208); }
td.TdClassName
{
border-color: #EF6DD0;
}
.TagClassName
{
border-color: #EF6DD0;
}
</style>