Shades of Neon Pink #EF6DD3
Tints of Neon Pink #EF6DD3
RGB
CMYK
RGB Variations
Color information
#EF6DD3 (or 0xEF6DD3) is known color: Neon Pink. HEX triplet: EF, 6D and D3. RGB value is (239,109,211). Sum of RGB (Red+Green+Blue) = 239+109+211=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DD3 is #10922C. Grayscale: #9F9F9F. Windows color (decimal): -1085997 or 13856239. OLE color: 13856239.
HSL color Cylindrical-coordinate representation of color #EF6DD3: hue angle of 312.92º 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 #EF6DD3 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 211 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.06 |
| HSL | 312.92º | 0.8% | 0.68% | - |
| HSV(B) | 312.92º | 0.54% | 0.94% | - |
| XYZ | 52.82 | 33.99 | 65.4 | - |
| YUV | 159.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 211 | 0 | 0.54 | 0.12 | 0.06 | 312.92 | 0.8 | 0.68 |
| Hex | EF | 6D | D3 | 0 | 36 | C | 6 | 139 | 50 | 44 |
| Octal | 357 | 155 | 323 | 0 | 66 | 14 | 6 | 471 | 120 | 104 |
| Binary | 11101111 | 1101101 | 11010011 | 0 | 110110 | 1100 | 110 | 100111001 | 1010000 | 1000100 |
Color Harmonies of #EF6DD3
Complementary color
Monochromatic Colors of #EF6DD3
Black with #EF6DD3
Text Example
Text Example
White with #EF6DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6DD3; }
p { color: rgb(239,109,211); }
H1.HeaderClassName
{
color: #EF6DD3;
}
.AnyTagClassName
{
color: #EF6DD3;
}
</style>
background-color css
<style>
a { background-color: #EF6DD3; }
a { background-color: rgb(239,109,211); }
div.DivClassName
{
background-color: #EF6DD3;
}
.BgClassName
{
background-color: #EF6DD3;
}
</style>
border-color css
<style>
span { border-color: #EF6DD3; }
span { border-color: rgb(239,109,211); }
td.TdClassName
{
border-color: #EF6DD3;
}
.TagClassName
{
border-color: #EF6DD3;
}
</style>