Shades of Neon Pink #F760D1
Tints of Neon Pink #F760D1
RGB
CMYK
RGB Variations
Color information
#F760D1 (or 0xF760D1) is known color: Neon Pink. HEX triplet: F7, 60 and D1. RGB value is (247,96,209). Sum of RGB (Red+Green+Blue) = 247+96+209=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D1 is #089F2E. Grayscale: #999999. Windows color (decimal): -565039 or 13721847. OLE color: 13721847.
HSL color Cylindrical-coordinate representation of color #F760D1: hue angle of 315.1º 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 #F760D1 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 209 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.03 |
| HSL | 315.1º | 0.9% | 0.67% | - |
| HSV(B) | 315.1º | 0.61% | 0.97% | - |
| XYZ | 54.05 | 32.74 | 63.79 | - |
| YUV | 154.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 209 | 0 | 0.61 | 0.15 | 0.03 | 315.1 | 0.9 | 0.67 |
| Hex | F7 | 60 | D1 | 0 | 3D | F | 3 | 13B | 5A | 43 |
| Octal | 367 | 140 | 321 | 0 | 75 | 17 | 3 | 473 | 132 | 103 |
| Binary | 11110111 | 1100000 | 11010001 | 0 | 111101 | 1111 | 11 | 100111011 | 1011010 | 1000011 |
Color Harmonies of #F760D1
Complementary color
Monochromatic Colors of #F760D1
Black with #F760D1
Text Example
Text Example
White with #F760D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760D1; }
p { color: rgb(247,96,209); }
H1.HeaderClassName
{
color: #F760D1;
}
.AnyTagClassName
{
color: #F760D1;
}
</style>
background-color css
<style>
a { background-color: #F760D1; }
a { background-color: rgb(247,96,209); }
div.DivClassName
{
background-color: #F760D1;
}
.BgClassName
{
background-color: #F760D1;
}
</style>
border-color css
<style>
span { border-color: #F760D1; }
span { border-color: rgb(247,96,209); }
td.TdClassName
{
border-color: #F760D1;
}
.TagClassName
{
border-color: #F760D1;
}
</style>