Shades of Neon Pink #F76FC2
Tints of Neon Pink #F76FC2
RGB
CMYK
RGB Variations
Color information
#F76FC2 (or 0xF76FC2) is known color: Neon Pink. HEX triplet: F7, 6F and C2. RGB value is (247,111,194). Sum of RGB (Red+Green+Blue) = 247+111+194=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 111 (43.75% from 255 or 20.11% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FC2 is #08903D. Grayscale: #A0A0A0. Windows color (decimal): -561214 or 12742647. OLE color: 12742647.
HSL color Cylindrical-coordinate representation of color #F76FC2: hue angle of 323.38º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76FC2 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 194 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.03 |
| HSL | 323.38º | 0.89% | 0.7% | - |
| HSV(B) | 323.38º | 0.55% | 0.97% | - |
| XYZ | 53.78 | 35.04 | 54.97 | - |
| YUV | 161.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 194 | 0 | 0.55 | 0.21 | 0.03 | 323.38 | 0.89 | 0.7 |
| Hex | F7 | 6F | C2 | 0 | 37 | 15 | 3 | 143 | 59 | 46 |
| Octal | 367 | 157 | 302 | 0 | 67 | 25 | 3 | 503 | 131 | 106 |
| Binary | 11110111 | 1101111 | 11000010 | 0 | 110111 | 10101 | 11 | 101000011 | 1011001 | 1000110 |
Color Harmonies of #F76FC2
Complementary color
Monochromatic Colors of #F76FC2
Black with #F76FC2
Text Example
Text Example
White with #F76FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FC2; }
p { color: rgb(247,111,194); }
H1.HeaderClassName
{
color: #F76FC2;
}
.AnyTagClassName
{
color: #F76FC2;
}
</style>
background-color css
<style>
a { background-color: #F76FC2; }
a { background-color: rgb(247,111,194); }
div.DivClassName
{
background-color: #F76FC2;
}
.BgClassName
{
background-color: #F76FC2;
}
</style>
border-color css
<style>
span { border-color: #F76FC2; }
span { border-color: rgb(247,111,194); }
td.TdClassName
{
border-color: #F76FC2;
}
.TagClassName
{
border-color: #F76FC2;
}
</style>