Shades of Neon Pink #F77ACB
Tints of Neon Pink #F77ACB
RGB
CMYK
RGB Variations
Color information
#F77ACB (or 0xF77ACB) is known color: Neon Pink. HEX triplet: F7, 7A and CB. RGB value is (247,122,203). Sum of RGB (Red+Green+Blue) = 247+122+203=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ACB is #088534. Grayscale: #A8A8A8. Windows color (decimal): -558389 or 13335287. OLE color: 13335287.
HSL color Cylindrical-coordinate representation of color #F77ACB: hue angle of 321.12º 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 #F77ACB is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 203 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.03 |
| HSL | 321.12º | 0.89% | 0.72% | - |
| HSV(B) | 321.12º | 0.51% | 0.97% | - |
| XYZ | 56.1 | 38.01 | 60.88 | - |
| YUV | 168.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 203 | 0 | 0.51 | 0.18 | 0.03 | 321.12 | 0.89 | 0.72 |
| Hex | F7 | 7A | CB | 0 | 33 | 12 | 3 | 141 | 59 | 48 |
| Octal | 367 | 172 | 313 | 0 | 63 | 22 | 3 | 501 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11001011 | 0 | 110011 | 10010 | 11 | 101000001 | 1011001 | 1001000 |
Color Harmonies of #F77ACB
Complementary color
Monochromatic Colors of #F77ACB
Black with #F77ACB
Text Example
Text Example
White with #F77ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ACB; }
p { color: rgb(247,122,203); }
H1.HeaderClassName
{
color: #F77ACB;
}
.AnyTagClassName
{
color: #F77ACB;
}
</style>
background-color css
<style>
a { background-color: #F77ACB; }
a { background-color: rgb(247,122,203); }
div.DivClassName
{
background-color: #F77ACB;
}
.BgClassName
{
background-color: #F77ACB;
}
</style>
border-color css
<style>
span { border-color: #F77ACB; }
span { border-color: rgb(247,122,203); }
td.TdClassName
{
border-color: #F77ACB;
}
.TagClassName
{
border-color: #F77ACB;
}
</style>