Shades of Neon Pink #F76AC2
Tints of Neon Pink #F76AC2
RGB
CMYK
RGB Variations
Color information
#F76AC2 (or 0xF76AC2) is known color: Neon Pink. HEX triplet: F7, 6A and C2. RGB value is (247,106,194). Sum of RGB (Red+Green+Blue) = 247+106+194=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AC2 is #08953D. Grayscale: #9D9D9D. Windows color (decimal): -562494 or 12741367. OLE color: 12741367.
HSL color Cylindrical-coordinate representation of color #F76AC2: hue angle of 322.55º 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 #F76AC2 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 194 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.03 |
| HSL | 322.55º | 0.9% | 0.69% | - |
| HSV(B) | 322.55º | 0.57% | 0.97% | - |
| XYZ | 53.25 | 33.98 | 54.79 | - |
| YUV | 158.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 194 | 0 | 0.57 | 0.21 | 0.03 | 322.55 | 0.9 | 0.69 |
| Hex | F7 | 6A | C2 | 0 | 39 | 15 | 3 | 143 | 5A | 45 |
| Octal | 367 | 152 | 302 | 0 | 71 | 25 | 3 | 503 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11000010 | 0 | 111001 | 10101 | 11 | 101000011 | 1011010 | 1000101 |
Color Harmonies of #F76AC2
Complementary color
Monochromatic Colors of #F76AC2
Black with #F76AC2
Text Example
Text Example
White with #F76AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AC2; }
p { color: rgb(247,106,194); }
H1.HeaderClassName
{
color: #F76AC2;
}
.AnyTagClassName
{
color: #F76AC2;
}
</style>
background-color css
<style>
a { background-color: #F76AC2; }
a { background-color: rgb(247,106,194); }
div.DivClassName
{
background-color: #F76AC2;
}
.BgClassName
{
background-color: #F76AC2;
}
</style>
border-color css
<style>
span { border-color: #F76AC2; }
span { border-color: rgb(247,106,194); }
td.TdClassName
{
border-color: #F76AC2;
}
.TagClassName
{
border-color: #F76AC2;
}
</style>