Shades of Neon Pink #F761D0
Tints of Neon Pink #F761D0
RGB
CMYK
RGB Variations
Color information
#F761D0 (or 0xF761D0) is known color: Neon Pink. HEX triplet: F7, 61 and D0. RGB value is (247,97,208). Sum of RGB (Red+Green+Blue) = 247+97+208=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F761D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761D0 is #089E2F. Grayscale: #9A9A9A. Windows color (decimal): -564784 or 13656567. OLE color: 13656567.
HSL color Cylindrical-coordinate representation of color #F761D0: hue angle of 315.6º 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 #F761D0 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 208 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.03 |
| HSL | 315.6º | 0.9% | 0.67% | - |
| HSV(B) | 315.6º | 0.61% | 0.97% | - |
| XYZ | 54.02 | 32.88 | 63.17 | - |
| YUV | 154.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 208 | 0 | 0.61 | 0.16 | 0.03 | 315.6 | 0.9 | 0.67 |
| Hex | F7 | 61 | D0 | 0 | 3D | 10 | 3 | 13C | 5A | 43 |
| Octal | 367 | 141 | 320 | 0 | 75 | 20 | 3 | 474 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11010000 | 0 | 111101 | 10000 | 11 | 100111100 | 1011010 | 1000011 |
Color Harmonies of #F761D0
Complementary color
Monochromatic Colors of #F761D0
Black with #F761D0
Text Example
Text Example
White with #F761D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761D0; }
p { color: rgb(247,97,208); }
H1.HeaderClassName
{
color: #F761D0;
}
.AnyTagClassName
{
color: #F761D0;
}
</style>
background-color css
<style>
a { background-color: #F761D0; }
a { background-color: rgb(247,97,208); }
div.DivClassName
{
background-color: #F761D0;
}
.BgClassName
{
background-color: #F761D0;
}
</style>
border-color css
<style>
span { border-color: #F761D0; }
span { border-color: rgb(247,97,208); }
td.TdClassName
{
border-color: #F761D0;
}
.TagClassName
{
border-color: #F761D0;
}
</style>