Shades of Neon Pink #EF67C2
Tints of Neon Pink #EF67C2
RGB
CMYK
RGB Variations
Color information
#EF67C2 (or 0xEF67C2) is known color: Neon Pink. HEX triplet: EF, 67 and C2. RGB value is (239,103,194). Sum of RGB (Red+Green+Blue) = 239+103+194=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67C2 is #10983D. Grayscale: #999999. Windows color (decimal): -1087550 or 12740591. OLE color: 12740591.
HSL color Cylindrical-coordinate representation of color #EF67C2: hue angle of 319.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67C2 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 194 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.06 |
| HSL | 319.85º | 0.81% | 0.67% | - |
| HSV(B) | 319.85º | 0.57% | 0.94% | - |
| XYZ | 50.18 | 31.95 | 54.56 | - |
| YUV | 154.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 194 | 0 | 0.57 | 0.19 | 0.06 | 319.85 | 0.81 | 0.67 |
| Hex | EF | 67 | C2 | 0 | 39 | 13 | 6 | 140 | 51 | 43 |
| Octal | 357 | 147 | 302 | 0 | 71 | 23 | 6 | 500 | 121 | 103 |
| Binary | 11101111 | 1100111 | 11000010 | 0 | 111001 | 10011 | 110 | 101000000 | 1010001 | 1000011 |
Color Harmonies of #EF67C2
Complementary color
Monochromatic Colors of #EF67C2
Black with #EF67C2
Text Example
Text Example
White with #EF67C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67C2; }
p { color: rgb(239,103,194); }
H1.HeaderClassName
{
color: #EF67C2;
}
.AnyTagClassName
{
color: #EF67C2;
}
</style>
background-color css
<style>
a { background-color: #EF67C2; }
a { background-color: rgb(239,103,194); }
div.DivClassName
{
background-color: #EF67C2;
}
.BgClassName
{
background-color: #EF67C2;
}
</style>
border-color css
<style>
span { border-color: #EF67C2; }
span { border-color: rgb(239,103,194); }
td.TdClassName
{
border-color: #EF67C2;
}
.TagClassName
{
border-color: #EF67C2;
}
</style>