Shades of Neon Pink #F76BCE
Tints of Neon Pink #F76BCE
RGB
CMYK
RGB Variations
Color information
#F76BCE (or 0xF76BCE) is known color: Neon Pink. HEX triplet: F7, 6B and CE. RGB value is (247,107,206). Sum of RGB (Red+Green+Blue) = 247+107+206=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BCE is #089431. Grayscale: #9F9F9F. Windows color (decimal): -562226 or 13528055. OLE color: 13528055.
HSL color Cylindrical-coordinate representation of color #F76BCE: hue angle of 317.57º 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 #F76BCE is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 206 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.03 |
| HSL | 317.57º | 0.9% | 0.69% | - |
| HSV(B) | 317.57º | 0.57% | 0.97% | - |
| XYZ | 54.76 | 34.75 | 62.21 | - |
| YUV | 160.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 206 | 0 | 0.57 | 0.17 | 0.03 | 317.57 | 0.9 | 0.69 |
| Hex | F7 | 6B | CE | 0 | 39 | 11 | 3 | 13E | 5A | 45 |
| Octal | 367 | 153 | 316 | 0 | 71 | 21 | 3 | 476 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11001110 | 0 | 111001 | 10001 | 11 | 100111110 | 1011010 | 1000101 |
Color Harmonies of #F76BCE
Complementary color
Monochromatic Colors of #F76BCE
Black with #F76BCE
Text Example
Text Example
White with #F76BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BCE; }
p { color: rgb(247,107,206); }
H1.HeaderClassName
{
color: #F76BCE;
}
.AnyTagClassName
{
color: #F76BCE;
}
</style>
background-color css
<style>
a { background-color: #F76BCE; }
a { background-color: rgb(247,107,206); }
div.DivClassName
{
background-color: #F76BCE;
}
.BgClassName
{
background-color: #F76BCE;
}
</style>
border-color css
<style>
span { border-color: #F76BCE; }
span { border-color: rgb(247,107,206); }
td.TdClassName
{
border-color: #F76BCE;
}
.TagClassName
{
border-color: #F76BCE;
}
</style>