Shades of Neon Pink #EF72C7
Tints of Neon Pink #EF72C7
RGB
CMYK
RGB Variations
Color information
#EF72C7 (or 0xEF72C7) is known color: Neon Pink. HEX triplet: EF, 72 and C7. RGB value is (239,114,199). Sum of RGB (Red+Green+Blue) = 239+114+199=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72C7 is #108D38. Grayscale: #A0A0A0. Windows color (decimal): -1084729 or 13071087. OLE color: 13071087.
HSL color Cylindrical-coordinate representation of color #EF72C7: hue angle of 319.2º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72C7 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 199 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.06 |
| HSL | 319.2º | 0.8% | 0.69% | - |
| HSV(B) | 319.2º | 0.52% | 0.94% | - |
| XYZ | 51.92 | 34.51 | 57.96 | - |
| YUV | 161.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 199 | 0 | 0.52 | 0.17 | 0.06 | 319.2 | 0.8 | 0.69 |
| Hex | EF | 72 | C7 | 0 | 34 | 11 | 6 | 13F | 50 | 45 |
| Octal | 357 | 162 | 307 | 0 | 64 | 21 | 6 | 477 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11000111 | 0 | 110100 | 10001 | 110 | 100111111 | 1010000 | 1000101 |
Color Harmonies of #EF72C7
Complementary color
Monochromatic Colors of #EF72C7
Black with #EF72C7
Text Example
Text Example
White with #EF72C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72C7; }
p { color: rgb(239,114,199); }
H1.HeaderClassName
{
color: #EF72C7;
}
.AnyTagClassName
{
color: #EF72C7;
}
</style>
background-color css
<style>
a { background-color: #EF72C7; }
a { background-color: rgb(239,114,199); }
div.DivClassName
{
background-color: #EF72C7;
}
.BgClassName
{
background-color: #EF72C7;
}
</style>
border-color css
<style>
span { border-color: #EF72C7; }
span { border-color: rgb(239,114,199); }
td.TdClassName
{
border-color: #EF72C7;
}
.TagClassName
{
border-color: #EF72C7;
}
</style>