Shades of Neon Pink #EF79D0
Tints of Neon Pink #EF79D0
RGB
CMYK
RGB Variations
Color information
#EF79D0 (or 0xEF79D0) is known color: Neon Pink. HEX triplet: EF, 79 and D0. RGB value is (239,121,208). Sum of RGB (Red+Green+Blue) = 239+121+208=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79D0 is #10862F. Grayscale: #A5A5A5. Windows color (decimal): -1082928 or 13662703. OLE color: 13662703.
HSL color Cylindrical-coordinate representation of color #EF79D0: hue angle of 315.76º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF79D0 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 208 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.06 |
| HSL | 315.76º | 0.79% | 0.71% | - |
| HSV(B) | 315.76º | 0.49% | 0.94% | - |
| XYZ | 53.82 | 36.58 | 63.9 | - |
| YUV | 166.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 208 | 0 | 0.49 | 0.13 | 0.06 | 315.76 | 0.79 | 0.71 |
| Hex | EF | 79 | D0 | 0 | 31 | D | 6 | 13C | 4F | 47 |
| Octal | 357 | 171 | 320 | 0 | 61 | 15 | 6 | 474 | 117 | 107 |
| Binary | 11101111 | 1111001 | 11010000 | 0 | 110001 | 1101 | 110 | 100111100 | 1001111 | 1000111 |
Color Harmonies of #EF79D0
Complementary color
Monochromatic Colors of #EF79D0
Black with #EF79D0
Text Example
Text Example
White with #EF79D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF79D0; }
p { color: rgb(239,121,208); }
H1.HeaderClassName
{
color: #EF79D0;
}
.AnyTagClassName
{
color: #EF79D0;
}
</style>
background-color css
<style>
a { background-color: #EF79D0; }
a { background-color: rgb(239,121,208); }
div.DivClassName
{
background-color: #EF79D0;
}
.BgClassName
{
background-color: #EF79D0;
}
</style>
border-color css
<style>
span { border-color: #EF79D0; }
span { border-color: rgb(239,121,208); }
td.TdClassName
{
border-color: #EF79D0;
}
.TagClassName
{
border-color: #EF79D0;
}
</style>