Shades of Neon Pink #F766BF
Tints of Neon Pink #F766BF
RGB
CMYK
RGB Variations
Color information
#F766BF (or 0xF766BF) is known color: Neon Pink. HEX triplet: F7, 66 and BF. RGB value is (247,102,191). Sum of RGB (Red+Green+Blue) = 247+102+191=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F766BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766BF is #089940. Grayscale: #9B9B9B. Windows color (decimal): -563521 or 12543735. OLE color: 12543735.
HSL color Cylindrical-coordinate representation of color #F766BF: hue angle of 323.17º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766BF is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 191 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.03 |
| HSL | 323.17º | 0.9% | 0.68% | - |
| HSV(B) | 323.17º | 0.59% | 0.97% | - |
| XYZ | 52.51 | 33.04 | 52.9 | - |
| YUV | 155.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 191 | 0 | 0.59 | 0.23 | 0.03 | 323.17 | 0.9 | 0.68 |
| Hex | F7 | 66 | BF | 0 | 3B | 17 | 3 | 143 | 5A | 44 |
| Octal | 367 | 146 | 277 | 0 | 73 | 27 | 3 | 503 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10111111 | 0 | 111011 | 10111 | 11 | 101000011 | 1011010 | 1000100 |
Color Harmonies of #F766BF
Complementary color
Monochromatic Colors of #F766BF
Black with #F766BF
Text Example
Text Example
White with #F766BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766BF; }
p { color: rgb(247,102,191); }
H1.HeaderClassName
{
color: #F766BF;
}
.AnyTagClassName
{
color: #F766BF;
}
</style>
background-color css
<style>
a { background-color: #F766BF; }
a { background-color: rgb(247,102,191); }
div.DivClassName
{
background-color: #F766BF;
}
.BgClassName
{
background-color: #F766BF;
}
</style>
border-color css
<style>
span { border-color: #F766BF; }
span { border-color: rgb(247,102,191); }
td.TdClassName
{
border-color: #F766BF;
}
.TagClassName
{
border-color: #F766BF;
}
</style>