Shades of Neon Pink #F76BC9
Tints of Neon Pink #F76BC9
RGB
CMYK
RGB Variations
Color information
#F76BC9 (or 0xF76BC9) is known color: Neon Pink. HEX triplet: F7, 6B and C9. RGB value is (247,107,201). Sum of RGB (Red+Green+Blue) = 247+107+201=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BC9 is #089436. Grayscale: #9F9F9F. Windows color (decimal): -562231 or 13200375. OLE color: 13200375.
HSL color Cylindrical-coordinate representation of color #F76BC9: hue angle of 319.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BC9 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 201 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.03 |
| HSL | 319.71º | 0.9% | 0.69% | - |
| HSV(B) | 319.71º | 0.57% | 0.97% | - |
| XYZ | 54.16 | 34.51 | 59.06 | - |
| YUV | 159.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 201 | 0 | 0.57 | 0.19 | 0.03 | 319.71 | 0.9 | 0.69 |
| Hex | F7 | 6B | C9 | 0 | 39 | 13 | 3 | 140 | 5A | 45 |
| Octal | 367 | 153 | 311 | 0 | 71 | 23 | 3 | 500 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11001001 | 0 | 111001 | 10011 | 11 | 101000000 | 1011010 | 1000101 |
Color Harmonies of #F76BC9
Complementary color
Monochromatic Colors of #F76BC9
Black with #F76BC9
Text Example
Text Example
White with #F76BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BC9; }
p { color: rgb(247,107,201); }
H1.HeaderClassName
{
color: #F76BC9;
}
.AnyTagClassName
{
color: #F76BC9;
}
</style>
background-color css
<style>
a { background-color: #F76BC9; }
a { background-color: rgb(247,107,201); }
div.DivClassName
{
background-color: #F76BC9;
}
.BgClassName
{
background-color: #F76BC9;
}
</style>
border-color css
<style>
span { border-color: #F76BC9; }
span { border-color: rgb(247,107,201); }
td.TdClassName
{
border-color: #F76BC9;
}
.TagClassName
{
border-color: #F76BC9;
}
</style>