Shades of Neon Pink #F761D1
Tints of Neon Pink #F761D1
RGB
CMYK
RGB Variations
Color information
#F761D1 (or 0xF761D1) is known color: Neon Pink. HEX triplet: F7, 61 and D1. RGB value is (247,97,209). Sum of RGB (Red+Green+Blue) = 247+97+209=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F761D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761D1 is #089E2E. Grayscale: #9A9A9A. Windows color (decimal): -564783 or 13722103. OLE color: 13722103.
HSL color Cylindrical-coordinate representation of color #F761D1: hue angle of 315.2º 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 #F761D1 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 209 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.03 |
| HSL | 315.2º | 0.9% | 0.67% | - |
| HSV(B) | 315.2º | 0.61% | 0.97% | - |
| XYZ | 54.14 | 32.93 | 63.82 | - |
| YUV | 154.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 209 | 0 | 0.61 | 0.15 | 0.03 | 315.2 | 0.9 | 0.67 |
| Hex | F7 | 61 | D1 | 0 | 3D | F | 3 | 13B | 5A | 43 |
| Octal | 367 | 141 | 321 | 0 | 75 | 17 | 3 | 473 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11010001 | 0 | 111101 | 1111 | 11 | 100111011 | 1011010 | 1000011 |
Color Harmonies of #F761D1
Complementary color
Monochromatic Colors of #F761D1
Black with #F761D1
Text Example
Text Example
White with #F761D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761D1; }
p { color: rgb(247,97,209); }
H1.HeaderClassName
{
color: #F761D1;
}
.AnyTagClassName
{
color: #F761D1;
}
</style>
background-color css
<style>
a { background-color: #F761D1; }
a { background-color: rgb(247,97,209); }
div.DivClassName
{
background-color: #F761D1;
}
.BgClassName
{
background-color: #F761D1;
}
</style>
border-color css
<style>
span { border-color: #F761D1; }
span { border-color: rgb(247,97,209); }
td.TdClassName
{
border-color: #F761D1;
}
.TagClassName
{
border-color: #F761D1;
}
</style>