Shades of Neon Pink #F76BC8
Tints of Neon Pink #F76BC8
RGB
CMYK
RGB Variations
Color information
#F76BC8 (or 0xF76BC8) is known color: Neon Pink. HEX triplet: F7, 6B and C8. RGB value is (247,107,200). Sum of RGB (Red+Green+Blue) = 247+107+200=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BC8 is #089437. Grayscale: #9F9F9F. Windows color (decimal): -562232 or 13134839. OLE color: 13134839.
HSL color Cylindrical-coordinate representation of color #F76BC8: hue angle of 320.14º 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 #F76BC8 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 200 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.03 |
| HSL | 320.14º | 0.9% | 0.69% | - |
| HSV(B) | 320.14º | 0.57% | 0.97% | - |
| XYZ | 54.04 | 34.46 | 58.45 | - |
| YUV | 159.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 200 | 0 | 0.57 | 0.19 | 0.03 | 320.14 | 0.9 | 0.69 |
| Hex | F7 | 6B | C8 | 0 | 39 | 13 | 3 | 140 | 5A | 45 |
| Octal | 367 | 153 | 310 | 0 | 71 | 23 | 3 | 500 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11001000 | 0 | 111001 | 10011 | 11 | 101000000 | 1011010 | 1000101 |
Color Harmonies of #F76BC8
Complementary color
Monochromatic Colors of #F76BC8
Black with #F76BC8
Text Example
Text Example
White with #F76BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BC8; }
p { color: rgb(247,107,200); }
H1.HeaderClassName
{
color: #F76BC8;
}
.AnyTagClassName
{
color: #F76BC8;
}
</style>
background-color css
<style>
a { background-color: #F76BC8; }
a { background-color: rgb(247,107,200); }
div.DivClassName
{
background-color: #F76BC8;
}
.BgClassName
{
background-color: #F76BC8;
}
</style>
border-color css
<style>
span { border-color: #F76BC8; }
span { border-color: rgb(247,107,200); }
td.TdClassName
{
border-color: #F76BC8;
}
.TagClassName
{
border-color: #F76BC8;
}
</style>