Shades of Neon Pink #EF66CC
Tints of Neon Pink #EF66CC
RGB
CMYK
RGB Variations
Color information
#EF66CC (or 0xEF66CC) is known color: Neon Pink. HEX triplet: EF, 66 and CC. RGB value is (239,102,204). Sum of RGB (Red+Green+Blue) = 239+102+204=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66CC is #109933. Grayscale: #9A9A9A. Windows color (decimal): -1087796 or 13395695. OLE color: 13395695.
HSL color Cylindrical-coordinate representation of color #EF66CC: hue angle of 315.33º 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 #EF66CC is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 204 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.06 |
| HSL | 315.33º | 0.81% | 0.67% | - |
| HSV(B) | 315.33º | 0.57% | 0.94% | - |
| XYZ | 51.25 | 32.21 | 60.64 | - |
| YUV | 154.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 204 | 0 | 0.57 | 0.15 | 0.06 | 315.33 | 0.81 | 0.67 |
| Hex | EF | 66 | CC | 0 | 39 | F | 6 | 13B | 51 | 43 |
| Octal | 357 | 146 | 314 | 0 | 71 | 17 | 6 | 473 | 121 | 103 |
| Binary | 11101111 | 1100110 | 11001100 | 0 | 111001 | 1111 | 110 | 100111011 | 1010001 | 1000011 |
Color Harmonies of #EF66CC
Complementary color
Monochromatic Colors of #EF66CC
Black with #EF66CC
Text Example
Text Example
White with #EF66CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66CC; }
p { color: rgb(239,102,204); }
H1.HeaderClassName
{
color: #EF66CC;
}
.AnyTagClassName
{
color: #EF66CC;
}
</style>
background-color css
<style>
a { background-color: #EF66CC; }
a { background-color: rgb(239,102,204); }
div.DivClassName
{
background-color: #EF66CC;
}
.BgClassName
{
background-color: #EF66CC;
}
</style>
border-color css
<style>
span { border-color: #EF66CC; }
span { border-color: rgb(239,102,204); }
td.TdClassName
{
border-color: #EF66CC;
}
.TagClassName
{
border-color: #EF66CC;
}
</style>