Shades of Neon Pink #EF73CC
Tints of Neon Pink #EF73CC
RGB
CMYK
RGB Variations
Color information
#EF73CC (or 0xEF73CC) is known color: Neon Pink. HEX triplet: EF, 73 and CC. RGB value is (239,115,204). Sum of RGB (Red+Green+Blue) = 239+115+204=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73CC is #108C33. Grayscale: #A1A1A1. Windows color (decimal): -1084468 or 13399023. OLE color: 13399023.
HSL color Cylindrical-coordinate representation of color #EF73CC: hue angle of 316.94º degrees, saturation: 0.79, 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 #EF73CC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 204 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.06 |
| HSL | 316.94º | 0.79% | 0.69% | - |
| HSV(B) | 316.94º | 0.52% | 0.94% | - |
| XYZ | 52.63 | 34.97 | 61.1 | - |
| YUV | 162.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 204 | 0 | 0.52 | 0.15 | 0.06 | 316.94 | 0.79 | 0.69 |
| Hex | EF | 73 | CC | 0 | 34 | F | 6 | 13D | 4F | 45 |
| Octal | 357 | 163 | 314 | 0 | 64 | 17 | 6 | 475 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11001100 | 0 | 110100 | 1111 | 110 | 100111101 | 1001111 | 1000101 |
Color Harmonies of #EF73CC
Complementary color
Monochromatic Colors of #EF73CC
Black with #EF73CC
Text Example
Text Example
White with #EF73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73CC; }
p { color: rgb(239,115,204); }
H1.HeaderClassName
{
color: #EF73CC;
}
.AnyTagClassName
{
color: #EF73CC;
}
</style>
background-color css
<style>
a { background-color: #EF73CC; }
a { background-color: rgb(239,115,204); }
div.DivClassName
{
background-color: #EF73CC;
}
.BgClassName
{
background-color: #EF73CC;
}
</style>
border-color css
<style>
span { border-color: #EF73CC; }
span { border-color: rgb(239,115,204); }
td.TdClassName
{
border-color: #EF73CC;
}
.TagClassName
{
border-color: #EF73CC;
}
</style>