Shades of Neon Pink #F761C7
Tints of Neon Pink #F761C7
RGB
CMYK
RGB Variations
Color information
#F761C7 (or 0xF761C7) is known color: Neon Pink. HEX triplet: F7, 61 and C7. RGB value is (247,97,199). Sum of RGB (Red+Green+Blue) = 247+97+199=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F761C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761C7 is #089E38. Grayscale: #999999. Windows color (decimal): -564793 or 13066743. OLE color: 13066743.
HSL color Cylindrical-coordinate representation of color #F761C7: hue angle of 319.2º 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 #F761C7 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 199 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.03 |
| HSL | 319.2º | 0.9% | 0.67% | - |
| HSV(B) | 319.2º | 0.61% | 0.97% | - |
| XYZ | 52.94 | 32.45 | 57.51 | - |
| YUV | 153.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 199 | 0 | 0.61 | 0.19 | 0.03 | 319.2 | 0.9 | 0.67 |
| Hex | F7 | 61 | C7 | 0 | 3D | 13 | 3 | 13F | 5A | 43 |
| Octal | 367 | 141 | 307 | 0 | 75 | 23 | 3 | 477 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11000111 | 0 | 111101 | 10011 | 11 | 100111111 | 1011010 | 1000011 |
Color Harmonies of #F761C7
Complementary color
Monochromatic Colors of #F761C7
Black with #F761C7
Text Example
Text Example
White with #F761C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761C7; }
p { color: rgb(247,97,199); }
H1.HeaderClassName
{
color: #F761C7;
}
.AnyTagClassName
{
color: #F761C7;
}
</style>
background-color css
<style>
a { background-color: #F761C7; }
a { background-color: rgb(247,97,199); }
div.DivClassName
{
background-color: #F761C7;
}
.BgClassName
{
background-color: #F761C7;
}
</style>
border-color css
<style>
span { border-color: #F761C7; }
span { border-color: rgb(247,97,199); }
td.TdClassName
{
border-color: #F761C7;
}
.TagClassName
{
border-color: #F761C7;
}
</style>