Shades of Neon Pink #EF67C3
Tints of Neon Pink #EF67C3
RGB
CMYK
RGB Variations
Color information
#EF67C3 (or 0xEF67C3) is known color: Neon Pink. HEX triplet: EF, 67 and C3. RGB value is (239,103,195). Sum of RGB (Red+Green+Blue) = 239+103+195=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67C3 is #10983C. Grayscale: #999999. Windows color (decimal): -1087549 or 12806127. OLE color: 12806127.
HSL color Cylindrical-coordinate representation of color #EF67C3: hue angle of 319.41º 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 #EF67C3 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 195 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.06 |
| HSL | 319.41º | 0.81% | 0.67% | - |
| HSV(B) | 319.41º | 0.57% | 0.94% | - |
| XYZ | 50.3 | 31.99 | 55.15 | - |
| YUV | 154.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 195 | 0 | 0.57 | 0.18 | 0.06 | 319.41 | 0.81 | 0.67 |
| Hex | EF | 67 | C3 | 0 | 39 | 12 | 6 | 13F | 51 | 43 |
| Octal | 357 | 147 | 303 | 0 | 71 | 22 | 6 | 477 | 121 | 103 |
| Binary | 11101111 | 1100111 | 11000011 | 0 | 111001 | 10010 | 110 | 100111111 | 1010001 | 1000011 |
Color Harmonies of #EF67C3
Complementary color
Monochromatic Colors of #EF67C3
Black with #EF67C3
Text Example
Text Example
White with #EF67C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67C3; }
p { color: rgb(239,103,195); }
H1.HeaderClassName
{
color: #EF67C3;
}
.AnyTagClassName
{
color: #EF67C3;
}
</style>
background-color css
<style>
a { background-color: #EF67C3; }
a { background-color: rgb(239,103,195); }
div.DivClassName
{
background-color: #EF67C3;
}
.BgClassName
{
background-color: #EF67C3;
}
</style>
border-color css
<style>
span { border-color: #EF67C3; }
span { border-color: rgb(239,103,195); }
td.TdClassName
{
border-color: #EF67C3;
}
.TagClassName
{
border-color: #EF67C3;
}
</style>