Shades of Neon Pink #F762C6
Tints of Neon Pink #F762C6
RGB
CMYK
RGB Variations
Color information
#F762C6 (or 0xF762C6) is known color: Neon Pink. HEX triplet: F7, 62 and C6. RGB value is (247,98,198). Sum of RGB (Red+Green+Blue) = 247+98+198=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F762C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762C6 is #089D39. Grayscale: #999999. Windows color (decimal): -564538 or 13001463. OLE color: 13001463.
HSL color Cylindrical-coordinate representation of color #F762C6: hue angle of 319.73º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762C6 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 198 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.03 |
| HSL | 319.73º | 0.9% | 0.68% | - |
| HSV(B) | 319.73º | 0.6% | 0.97% | - |
| XYZ | 52.92 | 32.59 | 56.93 | - |
| YUV | 153.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 198 | 0 | 0.60 | 0.20 | 0.03 | 319.73 | 0.9 | 0.68 |
| Hex | F7 | 62 | C6 | 0 | 3C | 14 | 3 | 140 | 5A | 44 |
| Octal | 367 | 142 | 306 | 0 | 74 | 24 | 3 | 500 | 132 | 104 |
| Binary | 11110111 | 1100010 | 11000110 | 0 | 111100 | 10100 | 11 | 101000000 | 1011010 | 1000100 |
Color Harmonies of #F762C6
Complementary color
Monochromatic Colors of #F762C6
Black with #F762C6
Text Example
Text Example
White with #F762C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F762C6; }
p { color: rgb(247,98,198); }
H1.HeaderClassName
{
color: #F762C6;
}
.AnyTagClassName
{
color: #F762C6;
}
</style>
background-color css
<style>
a { background-color: #F762C6; }
a { background-color: rgb(247,98,198); }
div.DivClassName
{
background-color: #F762C6;
}
.BgClassName
{
background-color: #F762C6;
}
</style>
border-color css
<style>
span { border-color: #F762C6; }
span { border-color: rgb(247,98,198); }
td.TdClassName
{
border-color: #F762C6;
}
.TagClassName
{
border-color: #F762C6;
}
</style>