Shades of Neon Pink #F761CE
Tints of Neon Pink #F761CE
RGB
CMYK
RGB Variations
Color information
#F761CE (or 0xF761CE) is known color: Neon Pink. HEX triplet: F7, 61 and CE. RGB value is (247,97,206). Sum of RGB (Red+Green+Blue) = 247+97+206=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F761CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761CE is #089E31. Grayscale: #999999. Windows color (decimal): -564786 or 13525495. OLE color: 13525495.
HSL color Cylindrical-coordinate representation of color #F761CE: hue angle of 316.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 #F761CE is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 206 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.03 |
| HSL | 316.4º | 0.9% | 0.67% | - |
| HSV(B) | 316.4º | 0.61% | 0.97% | - |
| XYZ | 53.77 | 32.78 | 61.89 | - |
| YUV | 154.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 206 | 0 | 0.61 | 0.17 | 0.03 | 316.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | CE | 0 | 3D | 11 | 3 | 13C | 5A | 43 |
| Octal | 367 | 141 | 316 | 0 | 75 | 21 | 3 | 474 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11001110 | 0 | 111101 | 10001 | 11 | 100111100 | 1011010 | 1000011 |
Color Harmonies of #F761CE
Complementary color
Monochromatic Colors of #F761CE
Black with #F761CE
Text Example
Text Example
White with #F761CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761CE; }
p { color: rgb(247,97,206); }
H1.HeaderClassName
{
color: #F761CE;
}
.AnyTagClassName
{
color: #F761CE;
}
</style>
background-color css
<style>
a { background-color: #F761CE; }
a { background-color: rgb(247,97,206); }
div.DivClassName
{
background-color: #F761CE;
}
.BgClassName
{
background-color: #F761CE;
}
</style>
border-color css
<style>
span { border-color: #F761CE; }
span { border-color: rgb(247,97,206); }
td.TdClassName
{
border-color: #F761CE;
}
.TagClassName
{
border-color: #F761CE;
}
</style>