Shades of Neon Pink #EF6FC3
Tints of Neon Pink #EF6FC3
RGB
CMYK
RGB Variations
Color information
#EF6FC3 (or 0xEF6FC3) is known color: Neon Pink. HEX triplet: EF, 6F and C3. RGB value is (239,111,195). Sum of RGB (Red+Green+Blue) = 239+111+195=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FC3 is #10903C. Grayscale: #9E9E9E. Windows color (decimal): -1085501 or 12808175. OLE color: 12808175.
HSL color Cylindrical-coordinate representation of color #EF6FC3: hue angle of 320.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FC3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 111 | 195 | - |
CMYK | 0 | 0.54 | 0.18 | 0.06 |
HSL | 320.63º | 0.8% | 0.69% | - |
HSV(B) | 320.63º | 0.54% | 0.94% | - |
XYZ | 51.13 | 33.66 | 55.43 | - |
YUV | 158.85 | 148.41 | 185.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 111 | 195 | 0 | 0.54 | 0.18 | 0.06 | 320.63 | 0.8 | 0.69 |
Hex | EF | 6F | C3 | 0 | 36 | 12 | 6 | 141 | 50 | 45 |
Octal | 357 | 157 | 303 | 0 | 66 | 22 | 6 | 501 | 120 | 105 |
Binary | 11101111 | 1101111 | 11000011 | 0 | 110110 | 10010 | 110 | 101000001 | 1010000 | 1000101 |
Color Harmonies of #EF6FC3
Complementary color
Monochromatic Colors of #EF6FC3
Black with #EF6FC3
Text Example
Text Example
White with #EF6FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FC3; }
p { color: rgb(239,111,195); }
H1.HeaderClassName
{
color: #EF6FC3;
}
.AnyTagClassName
{
color: #EF6FC3;
}
</style>
background-color css
<style>
a { background-color: #EF6FC3; }
a { background-color: rgb(239,111,195); }
div.DivClassName
{
background-color: #EF6FC3;
}
.BgClassName
{
background-color: #EF6FC3;
}
</style>
border-color css
<style>
span { border-color: #EF6FC3; }
span { border-color: rgb(239,111,195); }
td.TdClassName
{
border-color: #EF6FC3;
}
.TagClassName
{
border-color: #EF6FC3;
}
</style>