Shades of Neon Pink #F77ACE
Tints of Neon Pink #F77ACE
RGB
CMYK
RGB Variations
Color information
#F77ACE (or 0xF77ACE) is known color: Neon Pink. HEX triplet: F7, 7A and CE. RGB value is (247,122,206). Sum of RGB (Red+Green+Blue) = 247+122+206=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ACE is #088531. Grayscale: #A8A8A8. Windows color (decimal): -558386 or 13531895. OLE color: 13531895.
HSL color Cylindrical-coordinate representation of color #F77ACE: hue angle of 319.68º 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 #F77ACE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 206 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.03 |
| HSL | 319.68º | 0.89% | 0.72% | - |
| HSV(B) | 319.68º | 0.51% | 0.97% | - |
| XYZ | 56.46 | 38.15 | 62.78 | - |
| YUV | 168.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 206 | 0 | 0.51 | 0.17 | 0.03 | 319.68 | 0.89 | 0.72 |
| Hex | F7 | 7A | CE | 0 | 33 | 11 | 3 | 140 | 59 | 48 |
| Octal | 367 | 172 | 316 | 0 | 63 | 21 | 3 | 500 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11001110 | 0 | 110011 | 10001 | 11 | 101000000 | 1011001 | 1001000 |
Color Harmonies of #F77ACE
Complementary color
Monochromatic Colors of #F77ACE
Black with #F77ACE
Text Example
Text Example
White with #F77ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ACE; }
p { color: rgb(247,122,206); }
H1.HeaderClassName
{
color: #F77ACE;
}
.AnyTagClassName
{
color: #F77ACE;
}
</style>
background-color css
<style>
a { background-color: #F77ACE; }
a { background-color: rgb(247,122,206); }
div.DivClassName
{
background-color: #F77ACE;
}
.BgClassName
{
background-color: #F77ACE;
}
</style>
border-color css
<style>
span { border-color: #F77ACE; }
span { border-color: rgb(247,122,206); }
td.TdClassName
{
border-color: #F77ACE;
}
.TagClassName
{
border-color: #F77ACE;
}
</style>