Shades of Neon Pink #EF64C7
Tints of Neon Pink #EF64C7
RGB
CMYK
RGB Variations
Color information
#EF64C7 (or 0xEF64C7) is known color: Neon Pink. HEX triplet: EF, 64 and C7. RGB value is (239,100,199). Sum of RGB (Red+Green+Blue) = 239+100+199=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64C7 is #109B38. Grayscale: #989898. Windows color (decimal): -1088313 or 13067503. OLE color: 13067503.
HSL color Cylindrical-coordinate representation of color #EF64C7: hue angle of 317.27º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64C7 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 199 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.06 |
| HSL | 317.27º | 0.81% | 0.66% | - |
| HSV(B) | 317.27º | 0.58% | 0.94% | - |
| XYZ | 50.46 | 31.59 | 57.47 | - |
| YUV | 152.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 199 | 0 | 0.58 | 0.17 | 0.06 | 317.27 | 0.81 | 0.66 |
| Hex | EF | 64 | C7 | 0 | 3A | 11 | 6 | 13D | 51 | 42 |
| Octal | 357 | 144 | 307 | 0 | 72 | 21 | 6 | 475 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11000111 | 0 | 111010 | 10001 | 110 | 100111101 | 1010001 | 1000010 |
Color Harmonies of #EF64C7
Complementary color
Monochromatic Colors of #EF64C7
Black with #EF64C7
Text Example
Text Example
White with #EF64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64C7; }
p { color: rgb(239,100,199); }
H1.HeaderClassName
{
color: #EF64C7;
}
.AnyTagClassName
{
color: #EF64C7;
}
</style>
background-color css
<style>
a { background-color: #EF64C7; }
a { background-color: rgb(239,100,199); }
div.DivClassName
{
background-color: #EF64C7;
}
.BgClassName
{
background-color: #EF64C7;
}
</style>
border-color css
<style>
span { border-color: #EF64C7; }
span { border-color: rgb(239,100,199); }
td.TdClassName
{
border-color: #EF64C7;
}
.TagClassName
{
border-color: #EF64C7;
}
</style>