Shades of Neon Pink #F761C9
Tints of Neon Pink #F761C9
RGB
CMYK
RGB Variations
Color information
#F761C9 (or 0xF761C9) is known color: Neon Pink. HEX triplet: F7, 61 and C9. RGB value is (247,97,201). Sum of RGB (Red+Green+Blue) = 247+97+201=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F761C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761C9 is #089E36. Grayscale: #999999. Windows color (decimal): -564791 or 13197815. OLE color: 13197815.
HSL color Cylindrical-coordinate representation of color #F761C9: hue angle of 318.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761C9 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 201 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.03 |
| HSL | 318.4º | 0.9% | 0.67% | - |
| HSV(B) | 318.4º | 0.61% | 0.97% | - |
| XYZ | 53.18 | 32.54 | 58.74 | - |
| YUV | 153.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 201 | 0 | 0.61 | 0.19 | 0.03 | 318.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | C9 | 0 | 3D | 13 | 3 | 13E | 5A | 43 |
| Octal | 367 | 141 | 311 | 0 | 75 | 23 | 3 | 476 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11001001 | 0 | 111101 | 10011 | 11 | 100111110 | 1011010 | 1000011 |
Color Harmonies of #F761C9
Complementary color
Monochromatic Colors of #F761C9
Black with #F761C9
Text Example
Text Example
White with #F761C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761C9; }
p { color: rgb(247,97,201); }
H1.HeaderClassName
{
color: #F761C9;
}
.AnyTagClassName
{
color: #F761C9;
}
</style>
background-color css
<style>
a { background-color: #F761C9; }
a { background-color: rgb(247,97,201); }
div.DivClassName
{
background-color: #F761C9;
}
.BgClassName
{
background-color: #F761C9;
}
</style>
border-color css
<style>
span { border-color: #F761C9; }
span { border-color: rgb(247,97,201); }
td.TdClassName
{
border-color: #F761C9;
}
.TagClassName
{
border-color: #F761C9;
}
</style>