Shades of Neon Pink #F76AD8
Tints of Neon Pink #F76AD8
RGB
CMYK
RGB Variations
Color information
#F76AD8 (or 0xF76AD8) is known color: Neon Pink. HEX triplet: F7, 6A and D8. RGB value is (247,106,216). Sum of RGB (Red+Green+Blue) = 247+106+216=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AD8 is #089527. Grayscale: #A0A0A0. Windows color (decimal): -562472 or 14183159. OLE color: 14183159.
HSL color Cylindrical-coordinate representation of color #F76AD8: hue angle of 313.19º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76AD8 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 216 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.03 |
| HSL | 313.19º | 0.9% | 0.69% | - |
| HSV(B) | 313.19º | 0.57% | 0.97% | - |
| XYZ | 55.91 | 35.04 | 68.78 | - |
| YUV | 160.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 216 | 0 | 0.57 | 0.13 | 0.03 | 313.19 | 0.9 | 0.69 |
| Hex | F7 | 6A | D8 | 0 | 39 | D | 3 | 139 | 5A | 45 |
| Octal | 367 | 152 | 330 | 0 | 71 | 15 | 3 | 471 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11011000 | 0 | 111001 | 1101 | 11 | 100111001 | 1011010 | 1000101 |
Color Harmonies of #F76AD8
Complementary color
Monochromatic Colors of #F76AD8
Black with #F76AD8
Text Example
Text Example
White with #F76AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AD8; }
p { color: rgb(247,106,216); }
H1.HeaderClassName
{
color: #F76AD8;
}
.AnyTagClassName
{
color: #F76AD8;
}
</style>
background-color css
<style>
a { background-color: #F76AD8; }
a { background-color: rgb(247,106,216); }
div.DivClassName
{
background-color: #F76AD8;
}
.BgClassName
{
background-color: #F76AD8;
}
</style>
border-color css
<style>
span { border-color: #F76AD8; }
span { border-color: rgb(247,106,216); }
td.TdClassName
{
border-color: #F76AD8;
}
.TagClassName
{
border-color: #F76AD8;
}
</style>