Shades of Neon Pink #F762D0
Tints of Neon Pink #F762D0
RGB
CMYK
RGB Variations
Color information
#F762D0 (or 0xF762D0) is known color: Neon Pink. HEX triplet: F7, 62 and D0. RGB value is (247,98,208). Sum of RGB (Red+Green+Blue) = 247+98+208=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F762D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762D0 is #089D2F. Grayscale: #9A9A9A. Windows color (decimal): -564528 or 13656823. OLE color: 13656823.
HSL color Cylindrical-coordinate representation of color #F762D0: hue angle of 315.7º 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 #F762D0 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 208 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.03 |
| HSL | 315.7º | 0.9% | 0.68% | - |
| HSV(B) | 315.7º | 0.6% | 0.97% | - |
| XYZ | 54.11 | 33.06 | 63.2 | - |
| YUV | 155.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 208 | 0 | 0.60 | 0.16 | 0.03 | 315.7 | 0.9 | 0.68 |
| Hex | F7 | 62 | D0 | 0 | 3C | 10 | 3 | 13C | 5A | 44 |
| Octal | 367 | 142 | 320 | 0 | 74 | 20 | 3 | 474 | 132 | 104 |
| Binary | 11110111 | 1100010 | 11010000 | 0 | 111100 | 10000 | 11 | 100111100 | 1011010 | 1000100 |
Color Harmonies of #F762D0
Complementary color
Monochromatic Colors of #F762D0
Black with #F762D0
Text Example
Text Example
White with #F762D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F762D0; }
p { color: rgb(247,98,208); }
H1.HeaderClassName
{
color: #F762D0;
}
.AnyTagClassName
{
color: #F762D0;
}
</style>
background-color css
<style>
a { background-color: #F762D0; }
a { background-color: rgb(247,98,208); }
div.DivClassName
{
background-color: #F762D0;
}
.BgClassName
{
background-color: #F762D0;
}
</style>
border-color css
<style>
span { border-color: #F762D0; }
span { border-color: rgb(247,98,208); }
td.TdClassName
{
border-color: #F762D0;
}
.TagClassName
{
border-color: #F762D0;
}
</style>