Shades of Neon Pink #EF68C4
Tints of Neon Pink #EF68C4
RGB
CMYK
RGB Variations
Color information
#EF68C4 (or 0xEF68C4) is known color: Neon Pink. HEX triplet: EF, 68 and C4. RGB value is (239,104,196). Sum of RGB (Red+Green+Blue) = 239+104+196=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68C4 is #10973B. Grayscale: #9A9A9A. Windows color (decimal): -1087292 or 12871919. OLE color: 12871919.
HSL color Cylindrical-coordinate representation of color #EF68C4: hue angle of 319.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68C4 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 196 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.06 |
| HSL | 319.11º | 0.81% | 0.67% | - |
| HSV(B) | 319.11º | 0.56% | 0.94% | - |
| XYZ | 50.51 | 32.24 | 55.78 | - |
| YUV | 154.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 196 | 0 | 0.56 | 0.18 | 0.06 | 319.11 | 0.81 | 0.67 |
| Hex | EF | 68 | C4 | 0 | 38 | 12 | 6 | 13F | 51 | 43 |
| Octal | 357 | 150 | 304 | 0 | 70 | 22 | 6 | 477 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11000100 | 0 | 111000 | 10010 | 110 | 100111111 | 1010001 | 1000011 |
Color Harmonies of #EF68C4
Complementary color
Monochromatic Colors of #EF68C4
Black with #EF68C4
Text Example
Text Example
White with #EF68C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68C4; }
p { color: rgb(239,104,196); }
H1.HeaderClassName
{
color: #EF68C4;
}
.AnyTagClassName
{
color: #EF68C4;
}
</style>
background-color css
<style>
a { background-color: #EF68C4; }
a { background-color: rgb(239,104,196); }
div.DivClassName
{
background-color: #EF68C4;
}
.BgClassName
{
background-color: #EF68C4;
}
</style>
border-color css
<style>
span { border-color: #EF68C4; }
span { border-color: rgb(239,104,196); }
td.TdClassName
{
border-color: #EF68C4;
}
.TagClassName
{
border-color: #EF68C4;
}
</style>