Shades of Neon Pink #F766CF
Tints of Neon Pink #F766CF
RGB
CMYK
RGB Variations
Color information
#F766CF (or 0xF766CF) is known color: Neon Pink. HEX triplet: F7, 66 and CF. RGB value is (247,102,207). Sum of RGB (Red+Green+Blue) = 247+102+207=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F766CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766CF is #089930. Grayscale: #9D9D9D. Windows color (decimal): -563505 or 13592311. OLE color: 13592311.
HSL color Cylindrical-coordinate representation of color #F766CF: hue angle of 316.55º 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 #F766CF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 207 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.03 |
| HSL | 316.55º | 0.9% | 0.68% | - |
| HSV(B) | 316.55º | 0.59% | 0.97% | - |
| XYZ | 54.37 | 33.78 | 62.69 | - |
| YUV | 157.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 207 | 0 | 0.59 | 0.16 | 0.03 | 316.55 | 0.9 | 0.68 |
| Hex | F7 | 66 | CF | 0 | 3B | 10 | 3 | 13D | 5A | 44 |
| Octal | 367 | 146 | 317 | 0 | 73 | 20 | 3 | 475 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11001111 | 0 | 111011 | 10000 | 11 | 100111101 | 1011010 | 1000100 |
Color Harmonies of #F766CF
Complementary color
Monochromatic Colors of #F766CF
Black with #F766CF
Text Example
Text Example
White with #F766CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766CF; }
p { color: rgb(247,102,207); }
H1.HeaderClassName
{
color: #F766CF;
}
.AnyTagClassName
{
color: #F766CF;
}
</style>
background-color css
<style>
a { background-color: #F766CF; }
a { background-color: rgb(247,102,207); }
div.DivClassName
{
background-color: #F766CF;
}
.BgClassName
{
background-color: #F766CF;
}
</style>
border-color css
<style>
span { border-color: #F766CF; }
span { border-color: rgb(247,102,207); }
td.TdClassName
{
border-color: #F766CF;
}
.TagClassName
{
border-color: #F766CF;
}
</style>