Shades of Neon Pink #F766C1
Tints of Neon Pink #F766C1
RGB
CMYK
RGB Variations
Color information
#F766C1 (or 0xF766C1) is known color: Neon Pink. HEX triplet: F7, 66 and C1. RGB value is (247,102,193). Sum of RGB (Red+Green+Blue) = 247+102+193=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F766C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766C1 is #08993E. Grayscale: #9B9B9B. Windows color (decimal): -563519 or 12674807. OLE color: 12674807.
HSL color Cylindrical-coordinate representation of color #F766C1: hue angle of 322.34º 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 #F766C1 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 193 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.03 |
| HSL | 322.34º | 0.9% | 0.68% | - |
| HSV(B) | 322.34º | 0.59% | 0.97% | - |
| XYZ | 52.73 | 33.13 | 54.07 | - |
| YUV | 155.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 193 | 0 | 0.59 | 0.22 | 0.03 | 322.34 | 0.9 | 0.68 |
| Hex | F7 | 66 | C1 | 0 | 3B | 16 | 3 | 142 | 5A | 44 |
| Octal | 367 | 146 | 301 | 0 | 73 | 26 | 3 | 502 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11000001 | 0 | 111011 | 10110 | 11 | 101000010 | 1011010 | 1000100 |
Color Harmonies of #F766C1
Complementary color
Monochromatic Colors of #F766C1
Black with #F766C1
Text Example
Text Example
White with #F766C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766C1; }
p { color: rgb(247,102,193); }
H1.HeaderClassName
{
color: #F766C1;
}
.AnyTagClassName
{
color: #F766C1;
}
</style>
background-color css
<style>
a { background-color: #F766C1; }
a { background-color: rgb(247,102,193); }
div.DivClassName
{
background-color: #F766C1;
}
.BgClassName
{
background-color: #F766C1;
}
</style>
border-color css
<style>
span { border-color: #F766C1; }
span { border-color: rgb(247,102,193); }
td.TdClassName
{
border-color: #F766C1;
}
.TagClassName
{
border-color: #F766C1;
}
</style>