Shades of Neon Pink #F760C7
Tints of Neon Pink #F760C7
RGB
CMYK
RGB Variations
Color information
#F760C7 (or 0xF760C7) is known color: Neon Pink. HEX triplet: F7, 60 and C7. RGB value is (247,96,199). Sum of RGB (Red+Green+Blue) = 247+96+199=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F760C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760C7 is #089F38. Grayscale: #989898. Windows color (decimal): -565049 or 13066487. OLE color: 13066487.
HSL color Cylindrical-coordinate representation of color #F760C7: hue angle of 319.07º 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 #F760C7 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 199 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.03 |
| HSL | 319.07º | 0.9% | 0.67% | - |
| HSV(B) | 319.07º | 0.61% | 0.97% | - |
| XYZ | 52.85 | 32.26 | 57.47 | - |
| YUV | 152.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 199 | 0 | 0.61 | 0.19 | 0.03 | 319.07 | 0.9 | 0.67 |
| Hex | F7 | 60 | C7 | 0 | 3D | 13 | 3 | 13F | 5A | 43 |
| Octal | 367 | 140 | 307 | 0 | 75 | 23 | 3 | 477 | 132 | 103 |
| Binary | 11110111 | 1100000 | 11000111 | 0 | 111101 | 10011 | 11 | 100111111 | 1011010 | 1000011 |
Color Harmonies of #F760C7
Complementary color
Monochromatic Colors of #F760C7
Black with #F760C7
Text Example
Text Example
White with #F760C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760C7; }
p { color: rgb(247,96,199); }
H1.HeaderClassName
{
color: #F760C7;
}
.AnyTagClassName
{
color: #F760C7;
}
</style>
background-color css
<style>
a { background-color: #F760C7; }
a { background-color: rgb(247,96,199); }
div.DivClassName
{
background-color: #F760C7;
}
.BgClassName
{
background-color: #F760C7;
}
</style>
border-color css
<style>
span { border-color: #F760C7; }
span { border-color: rgb(247,96,199); }
td.TdClassName
{
border-color: #F760C7;
}
.TagClassName
{
border-color: #F760C7;
}
</style>