Shades of Neon Pink #F766D0
Tints of Neon Pink #F766D0
RGB
CMYK
RGB Variations
Color information
#F766D0 (or 0xF766D0) is known color: Neon Pink. HEX triplet: F7, 66 and D0. RGB value is (247,102,208). Sum of RGB (Red+Green+Blue) = 247+102+208=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F766D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766D0 is #08992F. Grayscale: #9D9D9D. Windows color (decimal): -563504 or 13657847. OLE color: 13657847.
HSL color Cylindrical-coordinate representation of color #F766D0: hue angle of 316.14º 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 #F766D0 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 208 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.03 |
| HSL | 316.14º | 0.9% | 0.68% | - |
| HSV(B) | 316.14º | 0.59% | 0.97% | - |
| XYZ | 54.49 | 33.83 | 63.33 | - |
| YUV | 157.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 208 | 0 | 0.59 | 0.16 | 0.03 | 316.14 | 0.9 | 0.68 |
| Hex | F7 | 66 | D0 | 0 | 3B | 10 | 3 | 13C | 5A | 44 |
| Octal | 367 | 146 | 320 | 0 | 73 | 20 | 3 | 474 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11010000 | 0 | 111011 | 10000 | 11 | 100111100 | 1011010 | 1000100 |
Color Harmonies of #F766D0
Complementary color
Monochromatic Colors of #F766D0
Black with #F766D0
Text Example
Text Example
White with #F766D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766D0; }
p { color: rgb(247,102,208); }
H1.HeaderClassName
{
color: #F766D0;
}
.AnyTagClassName
{
color: #F766D0;
}
</style>
background-color css
<style>
a { background-color: #F766D0; }
a { background-color: rgb(247,102,208); }
div.DivClassName
{
background-color: #F766D0;
}
.BgClassName
{
background-color: #F766D0;
}
</style>
border-color css
<style>
span { border-color: #F766D0; }
span { border-color: rgb(247,102,208); }
td.TdClassName
{
border-color: #F766D0;
}
.TagClassName
{
border-color: #F766D0;
}
</style>