Shades of Neon Pink #F760CF
Tints of Neon Pink #F760CF
RGB
CMYK
RGB Variations
Color information
#F760CF (or 0xF760CF) is known color: Neon Pink. HEX triplet: F7, 60 and CF. RGB value is (247,96,207). Sum of RGB (Red+Green+Blue) = 247+96+207=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F760CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760CF is #089F30. Grayscale: #999999. Windows color (decimal): -565041 or 13590775. OLE color: 13590775.
HSL color Cylindrical-coordinate representation of color #F760CF: hue angle of 315.89º 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 #F760CF is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 207 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.03 |
| HSL | 315.89º | 0.9% | 0.67% | - |
| HSV(B) | 315.89º | 0.61% | 0.97% | - |
| XYZ | 53.8 | 32.64 | 62.5 | - |
| YUV | 153.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 207 | 0 | 0.61 | 0.16 | 0.03 | 315.89 | 0.9 | 0.67 |
| Hex | F7 | 60 | CF | 0 | 3D | 10 | 3 | 13C | 5A | 43 |
| Octal | 367 | 140 | 317 | 0 | 75 | 20 | 3 | 474 | 132 | 103 |
| Binary | 11110111 | 1100000 | 11001111 | 0 | 111101 | 10000 | 11 | 100111100 | 1011010 | 1000011 |
Color Harmonies of #F760CF
Complementary color
Monochromatic Colors of #F760CF
Black with #F760CF
Text Example
Text Example
White with #F760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760CF; }
p { color: rgb(247,96,207); }
H1.HeaderClassName
{
color: #F760CF;
}
.AnyTagClassName
{
color: #F760CF;
}
</style>
background-color css
<style>
a { background-color: #F760CF; }
a { background-color: rgb(247,96,207); }
div.DivClassName
{
background-color: #F760CF;
}
.BgClassName
{
background-color: #F760CF;
}
</style>
border-color css
<style>
span { border-color: #F760CF; }
span { border-color: rgb(247,96,207); }
td.TdClassName
{
border-color: #F760CF;
}
.TagClassName
{
border-color: #F760CF;
}
</style>