Shades of Neon Pink #F762C9
Tints of Neon Pink #F762C9
RGB
CMYK
RGB Variations
Color information
#F762C9 (or 0xF762C9) is known color: Neon Pink. HEX triplet: F7, 62 and C9. RGB value is (247,98,201). Sum of RGB (Red+Green+Blue) = 247+98+201=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F762C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762C9 is #089D36. Grayscale: #9A9A9A. Windows color (decimal): -564535 or 13198071. OLE color: 13198071.
HSL color Cylindrical-coordinate representation of color #F762C9: hue angle of 318.52º 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 #F762C9 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 201 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.03 |
| HSL | 318.52º | 0.9% | 0.68% | - |
| HSV(B) | 318.52º | 0.6% | 0.97% | - |
| XYZ | 53.27 | 32.73 | 58.77 | - |
| YUV | 154.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 201 | 0 | 0.60 | 0.19 | 0.03 | 318.52 | 0.9 | 0.68 |
| Hex | F7 | 62 | C9 | 0 | 3C | 13 | 3 | 13F | 5A | 44 |
| Octal | 367 | 142 | 311 | 0 | 74 | 23 | 3 | 477 | 132 | 104 |
| Binary | 11110111 | 1100010 | 11001001 | 0 | 111100 | 10011 | 11 | 100111111 | 1011010 | 1000100 |
Color Harmonies of #F762C9
Complementary color
Monochromatic Colors of #F762C9
Black with #F762C9
Text Example
Text Example
White with #F762C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F762C9; }
p { color: rgb(247,98,201); }
H1.HeaderClassName
{
color: #F762C9;
}
.AnyTagClassName
{
color: #F762C9;
}
</style>
background-color css
<style>
a { background-color: #F762C9; }
a { background-color: rgb(247,98,201); }
div.DivClassName
{
background-color: #F762C9;
}
.BgClassName
{
background-color: #F762C9;
}
</style>
border-color css
<style>
span { border-color: #F762C9; }
span { border-color: rgb(247,98,201); }
td.TdClassName
{
border-color: #F762C9;
}
.TagClassName
{
border-color: #F762C9;
}
</style>