Shades of Neon Pink #F77AD0
Tints of Neon Pink #F77AD0
RGB
CMYK
RGB Variations
Color information
#F77AD0 (or 0xF77AD0) is known color: Neon Pink. HEX triplet: F7, 7A and D0. RGB value is (247,122,208). Sum of RGB (Red+Green+Blue) = 247+122+208=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AD0 is #08852F. Grayscale: #A8A8A8. Windows color (decimal): -558384 or 13662967. OLE color: 13662967.
HSL color Cylindrical-coordinate representation of color #F77AD0: hue angle of 318.72º 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 #F77AD0 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 208 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.03 |
| HSL | 318.72º | 0.89% | 0.72% | - |
| HSV(B) | 318.72º | 0.51% | 0.97% | - |
| XYZ | 56.7 | 38.25 | 64.07 | - |
| YUV | 169.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 208 | 0 | 0.51 | 0.16 | 0.03 | 318.72 | 0.89 | 0.72 |
| Hex | F7 | 7A | D0 | 0 | 33 | 10 | 3 | 13F | 59 | 48 |
| Octal | 367 | 172 | 320 | 0 | 63 | 20 | 3 | 477 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11010000 | 0 | 110011 | 10000 | 11 | 100111111 | 1011001 | 1001000 |
Color Harmonies of #F77AD0
Complementary color
Monochromatic Colors of #F77AD0
Black with #F77AD0
Text Example
Text Example
White with #F77AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AD0; }
p { color: rgb(247,122,208); }
H1.HeaderClassName
{
color: #F77AD0;
}
.AnyTagClassName
{
color: #F77AD0;
}
</style>
background-color css
<style>
a { background-color: #F77AD0; }
a { background-color: rgb(247,122,208); }
div.DivClassName
{
background-color: #F77AD0;
}
.BgClassName
{
background-color: #F77AD0;
}
</style>
border-color css
<style>
span { border-color: #F77AD0; }
span { border-color: rgb(247,122,208); }
td.TdClassName
{
border-color: #F77AD0;
}
.TagClassName
{
border-color: #F77AD0;
}
</style>