Shades of Neon Pink #EF69C5
Tints of Neon Pink #EF69C5
RGB
CMYK
RGB Variations
Color information
#EF69C5 (or 0xEF69C5) is known color: Neon Pink. HEX triplet: EF, 69 and C5. RGB value is (239,105,197). Sum of RGB (Red+Green+Blue) = 239+105+197=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69C5 is #10963A. Grayscale: #9B9B9B. Windows color (decimal): -1087035 or 12937711. OLE color: 12937711.
HSL color Cylindrical-coordinate representation of color #EF69C5: hue angle of 318.81º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69C5 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 197 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.06 |
| HSL | 318.81º | 0.81% | 0.67% | - |
| HSV(B) | 318.81º | 0.56% | 0.94% | - |
| XYZ | 50.73 | 32.49 | 56.42 | - |
| YUV | 155.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 197 | 0 | 0.56 | 0.18 | 0.06 | 318.81 | 0.81 | 0.67 |
| Hex | EF | 69 | C5 | 0 | 38 | 12 | 6 | 13F | 51 | 43 |
| Octal | 357 | 151 | 305 | 0 | 70 | 22 | 6 | 477 | 121 | 103 |
| Binary | 11101111 | 1101001 | 11000101 | 0 | 111000 | 10010 | 110 | 100111111 | 1010001 | 1000011 |
Color Harmonies of #EF69C5
Complementary color
Monochromatic Colors of #EF69C5
Black with #EF69C5
Text Example
Text Example
White with #EF69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF69C5; }
p { color: rgb(239,105,197); }
H1.HeaderClassName
{
color: #EF69C5;
}
.AnyTagClassName
{
color: #EF69C5;
}
</style>
background-color css
<style>
a { background-color: #EF69C5; }
a { background-color: rgb(239,105,197); }
div.DivClassName
{
background-color: #EF69C5;
}
.BgClassName
{
background-color: #EF69C5;
}
</style>
border-color css
<style>
span { border-color: #EF69C5; }
span { border-color: rgb(239,105,197); }
td.TdClassName
{
border-color: #EF69C5;
}
.TagClassName
{
border-color: #EF69C5;
}
</style>