Shades of Neon Pink #F76BCC
Tints of Neon Pink #F76BCC
RGB
CMYK
RGB Variations
Color information
#F76BCC (or 0xF76BCC) is known color: Neon Pink. HEX triplet: F7, 6B and CC. RGB value is (247,107,204). Sum of RGB (Red+Green+Blue) = 247+107+204=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BCC is #089433. Grayscale: #9F9F9F. Windows color (decimal): -562228 or 13396983. OLE color: 13396983.
HSL color Cylindrical-coordinate representation of color #F76BCC: hue angle of 318.43º 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 #F76BCC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 204 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.03 |
| HSL | 318.43º | 0.9% | 0.69% | - |
| HSV(B) | 318.43º | 0.57% | 0.97% | - |
| XYZ | 54.51 | 34.65 | 60.94 | - |
| YUV | 159.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 204 | 0 | 0.57 | 0.17 | 0.03 | 318.43 | 0.9 | 0.69 |
| Hex | F7 | 6B | CC | 0 | 39 | 11 | 3 | 13E | 5A | 45 |
| Octal | 367 | 153 | 314 | 0 | 71 | 21 | 3 | 476 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11001100 | 0 | 111001 | 10001 | 11 | 100111110 | 1011010 | 1000101 |
Color Harmonies of #F76BCC
Complementary color
Monochromatic Colors of #F76BCC
Black with #F76BCC
Text Example
Text Example
White with #F76BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BCC; }
p { color: rgb(247,107,204); }
H1.HeaderClassName
{
color: #F76BCC;
}
.AnyTagClassName
{
color: #F76BCC;
}
</style>
background-color css
<style>
a { background-color: #F76BCC; }
a { background-color: rgb(247,107,204); }
div.DivClassName
{
background-color: #F76BCC;
}
.BgClassName
{
background-color: #F76BCC;
}
</style>
border-color css
<style>
span { border-color: #F76BCC; }
span { border-color: rgb(247,107,204); }
td.TdClassName
{
border-color: #F76BCC;
}
.TagClassName
{
border-color: #F76BCC;
}
</style>