Shades of Neon Pink #F760CE
Tints of Neon Pink #F760CE
RGB
CMYK
RGB Variations
Color information
#F760CE (or 0xF760CE) is known color: Neon Pink. HEX triplet: F7, 60 and CE. RGB value is (247,96,206). Sum of RGB (Red+Green+Blue) = 247+96+206=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F760CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760CE is #089F31. Grayscale: #999999. Windows color (decimal): -565042 or 13525239. OLE color: 13525239.
HSL color Cylindrical-coordinate representation of color #F760CE: hue angle of 316.29º 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 #F760CE is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 206 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.03 |
| HSL | 316.29º | 0.9% | 0.67% | - |
| HSV(B) | 316.29º | 0.61% | 0.97% | - |
| XYZ | 53.68 | 32.6 | 61.85 | - |
| YUV | 153.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 206 | 0 | 0.61 | 0.17 | 0.03 | 316.29 | 0.9 | 0.67 |
| Hex | F7 | 60 | CE | 0 | 3D | 11 | 3 | 13C | 5A | 43 |
| Octal | 367 | 140 | 316 | 0 | 75 | 21 | 3 | 474 | 132 | 103 |
| Binary | 11110111 | 1100000 | 11001110 | 0 | 111101 | 10001 | 11 | 100111100 | 1011010 | 1000011 |
Color Harmonies of #F760CE
Complementary color
Monochromatic Colors of #F760CE
Black with #F760CE
Text Example
Text Example
White with #F760CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760CE; }
p { color: rgb(247,96,206); }
H1.HeaderClassName
{
color: #F760CE;
}
.AnyTagClassName
{
color: #F760CE;
}
</style>
background-color css
<style>
a { background-color: #F760CE; }
a { background-color: rgb(247,96,206); }
div.DivClassName
{
background-color: #F760CE;
}
.BgClassName
{
background-color: #F760CE;
}
</style>
border-color css
<style>
span { border-color: #F760CE; }
span { border-color: rgb(247,96,206); }
td.TdClassName
{
border-color: #F760CE;
}
.TagClassName
{
border-color: #F760CE;
}
</style>