Shades of Neon Pink #EF73C2
Tints of Neon Pink #EF73C2
RGB
CMYK
RGB Variations
Color information
#EF73C2 (or 0xEF73C2) is known color: Neon Pink. HEX triplet: EF, 73 and C2. RGB value is (239,115,194). Sum of RGB (Red+Green+Blue) = 239+115+194=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73C2 is #108C3D. Grayscale: #A0A0A0. Windows color (decimal): -1084478 or 12743663. OLE color: 12743663.
HSL color Cylindrical-coordinate representation of color #EF73C2: hue angle of 321.77º 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 #EF73C2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 194 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.06 |
| HSL | 321.77º | 0.79% | 0.69% | - |
| HSV(B) | 321.77º | 0.52% | 0.94% | - |
| XYZ | 51.46 | 34.51 | 54.99 | - |
| YUV | 161.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 194 | 0 | 0.52 | 0.19 | 0.06 | 321.77 | 0.79 | 0.69 |
| Hex | EF | 73 | C2 | 0 | 34 | 13 | 6 | 142 | 4F | 45 |
| Octal | 357 | 163 | 302 | 0 | 64 | 23 | 6 | 502 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11000010 | 0 | 110100 | 10011 | 110 | 101000010 | 1001111 | 1000101 |
Color Harmonies of #EF73C2
Complementary color
Monochromatic Colors of #EF73C2
Black with #EF73C2
Text Example
Text Example
White with #EF73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73C2; }
p { color: rgb(239,115,194); }
H1.HeaderClassName
{
color: #EF73C2;
}
.AnyTagClassName
{
color: #EF73C2;
}
</style>
background-color css
<style>
a { background-color: #EF73C2; }
a { background-color: rgb(239,115,194); }
div.DivClassName
{
background-color: #EF73C2;
}
.BgClassName
{
background-color: #EF73C2;
}
</style>
border-color css
<style>
span { border-color: #EF73C2; }
span { border-color: rgb(239,115,194); }
td.TdClassName
{
border-color: #EF73C2;
}
.TagClassName
{
border-color: #EF73C2;
}
</style>