Shades of Neon Pink #F760D2
Tints of Neon Pink #F760D2
RGB
CMYK
RGB Variations
Color information
#F760D2 (or 0xF760D2) is known color: Neon Pink. HEX triplet: F7, 60 and D2. RGB value is (247,96,210). Sum of RGB (Red+Green+Blue) = 247+96+210=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D2 is #089F2D. Grayscale: #999999. Windows color (decimal): -565038 or 13787383. OLE color: 13787383.
HSL color Cylindrical-coordinate representation of color #F760D2: hue angle of 314.7º 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 #F760D2 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 210 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.03 |
| HSL | 314.7º | 0.9% | 0.67% | - |
| HSV(B) | 314.7º | 0.61% | 0.97% | - |
| XYZ | 54.17 | 32.79 | 64.45 | - |
| YUV | 154.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 210 | 0 | 0.61 | 0.15 | 0.03 | 314.7 | 0.9 | 0.67 |
| Hex | F7 | 60 | D2 | 0 | 3D | F | 3 | 13B | 5A | 43 |
| Octal | 367 | 140 | 322 | 0 | 75 | 17 | 3 | 473 | 132 | 103 |
| Binary | 11110111 | 1100000 | 11010010 | 0 | 111101 | 1111 | 11 | 100111011 | 1011010 | 1000011 |
Color Harmonies of #F760D2
Complementary color
Monochromatic Colors of #F760D2
Black with #F760D2
Text Example
Text Example
White with #F760D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760D2; }
p { color: rgb(247,96,210); }
H1.HeaderClassName
{
color: #F760D2;
}
.AnyTagClassName
{
color: #F760D2;
}
</style>
background-color css
<style>
a { background-color: #F760D2; }
a { background-color: rgb(247,96,210); }
div.DivClassName
{
background-color: #F760D2;
}
.BgClassName
{
background-color: #F760D2;
}
</style>
border-color css
<style>
span { border-color: #F760D2; }
span { border-color: rgb(247,96,210); }
td.TdClassName
{
border-color: #F760D2;
}
.TagClassName
{
border-color: #F760D2;
}
</style>