Shades of Neon Pink #F763D0
Tints of Neon Pink #F763D0
RGB
CMYK
RGB Variations
Color information
#F763D0 (or 0xF763D0) is known color: Neon Pink. HEX triplet: F7, 63 and D0. RGB value is (247,99,208). Sum of RGB (Red+Green+Blue) = 247+99+208=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F763D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763D0 is #089C2F. Grayscale: #9B9B9B. Windows color (decimal): -564272 or 13657079. OLE color: 13657079.
HSL color Cylindrical-coordinate representation of color #F763D0: hue angle of 315.81º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763D0 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 208 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.03 |
| HSL | 315.81º | 0.9% | 0.68% | - |
| HSV(B) | 315.81º | 0.6% | 0.97% | - |
| XYZ | 54.2 | 33.25 | 63.24 | - |
| YUV | 155.68 | 157.53 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 208 | 0 | 0.60 | 0.16 | 0.03 | 315.81 | 0.9 | 0.68 |
| Hex | F7 | 63 | D0 | 0 | 3C | 10 | 3 | 13C | 5A | 44 |
| Octal | 367 | 143 | 320 | 0 | 74 | 20 | 3 | 474 | 132 | 104 |
| Binary | 11110111 | 1100011 | 11010000 | 0 | 111100 | 10000 | 11 | 100111100 | 1011010 | 1000100 |
Color Harmonies of #F763D0
Complementary color
Monochromatic Colors of #F763D0
Black with #F763D0
Text Example
Text Example
White with #F763D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763D0; }
p { color: rgb(247,99,208); }
H1.HeaderClassName
{
color: #F763D0;
}
.AnyTagClassName
{
color: #F763D0;
}
</style>
background-color css
<style>
a { background-color: #F763D0; }
a { background-color: rgb(247,99,208); }
div.DivClassName
{
background-color: #F763D0;
}
.BgClassName
{
background-color: #F763D0;
}
</style>
border-color css
<style>
span { border-color: #F763D0; }
span { border-color: rgb(247,99,208); }
td.TdClassName
{
border-color: #F763D0;
}
.TagClassName
{
border-color: #F763D0;
}
</style>