Shades of Neon Pink #EF66C7
Tints of Neon Pink #EF66C7
RGB
CMYK
RGB Variations
Color information
#EF66C7 (or 0xEF66C7) is known color: Neon Pink. HEX triplet: EF, 66 and C7. RGB value is (239,102,199). Sum of RGB (Red+Green+Blue) = 239+102+199=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66C7 is #109938. Grayscale: #999999. Windows color (decimal): -1087801 or 13068015. OLE color: 13068015.
HSL color Cylindrical-coordinate representation of color #EF66C7: hue angle of 317.52º 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 #EF66C7 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 199 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.06 |
| HSL | 317.52º | 0.81% | 0.67% | - |
| HSV(B) | 317.52º | 0.57% | 0.94% | - |
| XYZ | 50.66 | 31.98 | 57.54 | - |
| YUV | 154.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 199 | 0 | 0.57 | 0.17 | 0.06 | 317.52 | 0.81 | 0.67 |
| Hex | EF | 66 | C7 | 0 | 39 | 11 | 6 | 13E | 51 | 43 |
| Octal | 357 | 146 | 307 | 0 | 71 | 21 | 6 | 476 | 121 | 103 |
| Binary | 11101111 | 1100110 | 11000111 | 0 | 111001 | 10001 | 110 | 100111110 | 1010001 | 1000011 |
Color Harmonies of #EF66C7
Complementary color
Monochromatic Colors of #EF66C7
Black with #EF66C7
Text Example
Text Example
White with #EF66C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66C7; }
p { color: rgb(239,102,199); }
H1.HeaderClassName
{
color: #EF66C7;
}
.AnyTagClassName
{
color: #EF66C7;
}
</style>
background-color css
<style>
a { background-color: #EF66C7; }
a { background-color: rgb(239,102,199); }
div.DivClassName
{
background-color: #EF66C7;
}
.BgClassName
{
background-color: #EF66C7;
}
</style>
border-color css
<style>
span { border-color: #EF66C7; }
span { border-color: rgb(239,102,199); }
td.TdClassName
{
border-color: #EF66C7;
}
.TagClassName
{
border-color: #EF66C7;
}
</style>