Shades of Neon Pink #F76AD6
Tints of Neon Pink #F76AD6
RGB
CMYK
RGB Variations
Color information
#F76AD6 (or 0xF76AD6) is known color: Neon Pink. HEX triplet: F7, 6A and D6. RGB value is (247,106,214). Sum of RGB (Red+Green+Blue) = 247+106+214=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AD6 is #089529. Grayscale: #A0A0A0. Windows color (decimal): -562474 or 14052087. OLE color: 14052087.
HSL color Cylindrical-coordinate representation of color #F76AD6: hue angle of 314.04º 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 #F76AD6 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 214 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.03 |
| HSL | 314.04º | 0.9% | 0.69% | - |
| HSV(B) | 314.04º | 0.57% | 0.97% | - |
| XYZ | 55.65 | 34.94 | 67.43 | - |
| YUV | 160.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 214 | 0 | 0.57 | 0.13 | 0.03 | 314.04 | 0.9 | 0.69 |
| Hex | F7 | 6A | D6 | 0 | 39 | D | 3 | 13A | 5A | 45 |
| Octal | 367 | 152 | 326 | 0 | 71 | 15 | 3 | 472 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11010110 | 0 | 111001 | 1101 | 11 | 100111010 | 1011010 | 1000101 |
Color Harmonies of #F76AD6
Complementary color
Monochromatic Colors of #F76AD6
Black with #F76AD6
Text Example
Text Example
White with #F76AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AD6; }
p { color: rgb(247,106,214); }
H1.HeaderClassName
{
color: #F76AD6;
}
.AnyTagClassName
{
color: #F76AD6;
}
</style>
background-color css
<style>
a { background-color: #F76AD6; }
a { background-color: rgb(247,106,214); }
div.DivClassName
{
background-color: #F76AD6;
}
.BgClassName
{
background-color: #F76AD6;
}
</style>
border-color css
<style>
span { border-color: #F76AD6; }
span { border-color: rgb(247,106,214); }
td.TdClassName
{
border-color: #F76AD6;
}
.TagClassName
{
border-color: #F76AD6;
}
</style>