Shades of Neon Pink #F77ACF
Tints of Neon Pink #F77ACF
RGB
CMYK
RGB Variations
Color information
#F77ACF (or 0xF77ACF) is known color: Neon Pink. HEX triplet: F7, 7A and CF. RGB value is (247,122,207). Sum of RGB (Red+Green+Blue) = 247+122+207=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ACF is #088530. Grayscale: #A8A8A8. Windows color (decimal): -558385 or 13597431. OLE color: 13597431.
HSL color Cylindrical-coordinate representation of color #F77ACF: hue angle of 319.2º 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 #F77ACF is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 207 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.03 |
| HSL | 319.2º | 0.89% | 0.72% | - |
| HSV(B) | 319.2º | 0.51% | 0.97% | - |
| XYZ | 56.58 | 38.2 | 63.42 | - |
| YUV | 169.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 207 | 0 | 0.51 | 0.16 | 0.03 | 319.2 | 0.89 | 0.72 |
| Hex | F7 | 7A | CF | 0 | 33 | 10 | 3 | 13F | 59 | 48 |
| Octal | 367 | 172 | 317 | 0 | 63 | 20 | 3 | 477 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11001111 | 0 | 110011 | 10000 | 11 | 100111111 | 1011001 | 1001000 |
Color Harmonies of #F77ACF
Complementary color
Monochromatic Colors of #F77ACF
Black with #F77ACF
Text Example
Text Example
White with #F77ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ACF; }
p { color: rgb(247,122,207); }
H1.HeaderClassName
{
color: #F77ACF;
}
.AnyTagClassName
{
color: #F77ACF;
}
</style>
background-color css
<style>
a { background-color: #F77ACF; }
a { background-color: rgb(247,122,207); }
div.DivClassName
{
background-color: #F77ACF;
}
.BgClassName
{
background-color: #F77ACF;
}
</style>
border-color css
<style>
span { border-color: #F77ACF; }
span { border-color: rgb(247,122,207); }
td.TdClassName
{
border-color: #F77ACF;
}
.TagClassName
{
border-color: #F77ACF;
}
</style>