Shades of Neon Pink #F77AD4
Tints of Neon Pink #F77AD4
RGB
CMYK
RGB Variations
Color information
#F77AD4 (or 0xF77AD4) is known color: Neon Pink. HEX triplet: F7, 7A and D4. RGB value is (247,122,212). Sum of RGB (Red+Green+Blue) = 247+122+212=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AD4 is #08852B. Grayscale: #A9A9A9. Windows color (decimal): -558380 or 13925111. OLE color: 13925111.
HSL color Cylindrical-coordinate representation of color #F77AD4: hue angle of 316.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AD4 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 212 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.03 |
| HSL | 316.8º | 0.89% | 0.72% | - |
| HSV(B) | 316.8º | 0.51% | 0.97% | - |
| XYZ | 57.2 | 38.45 | 66.69 | - |
| YUV | 169.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 212 | 0 | 0.51 | 0.14 | 0.03 | 316.8 | 0.89 | 0.72 |
| Hex | F7 | 7A | D4 | 0 | 33 | E | 3 | 13D | 59 | 48 |
| Octal | 367 | 172 | 324 | 0 | 63 | 16 | 3 | 475 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11010100 | 0 | 110011 | 1110 | 11 | 100111101 | 1011001 | 1001000 |
Color Harmonies of #F77AD4
Complementary color
Monochromatic Colors of #F77AD4
Black with #F77AD4
Text Example
Text Example
White with #F77AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AD4; }
p { color: rgb(247,122,212); }
H1.HeaderClassName
{
color: #F77AD4;
}
.AnyTagClassName
{
color: #F77AD4;
}
</style>
background-color css
<style>
a { background-color: #F77AD4; }
a { background-color: rgb(247,122,212); }
div.DivClassName
{
background-color: #F77AD4;
}
.BgClassName
{
background-color: #F77AD4;
}
</style>
border-color css
<style>
span { border-color: #F77AD4; }
span { border-color: rgb(247,122,212); }
td.TdClassName
{
border-color: #F77AD4;
}
.TagClassName
{
border-color: #F77AD4;
}
</style>