Shades of Neon Pink #F763CB
Tints of Neon Pink #F763CB
RGB
CMYK
RGB Variations
Color information
#F763CB (or 0xF763CB) is known color: Neon Pink. HEX triplet: F7, 63 and CB. RGB value is (247,99,203). Sum of RGB (Red+Green+Blue) = 247+99+203=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F763CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763CB is #089C34. Grayscale: #9A9A9A. Windows color (decimal): -564277 or 13329399. OLE color: 13329399.
HSL color Cylindrical-coordinate representation of color #F763CB: hue angle of 317.84º 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 #F763CB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 203 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.03 |
| HSL | 317.84º | 0.9% | 0.68% | - |
| HSV(B) | 317.84º | 0.6% | 0.97% | - |
| XYZ | 53.6 | 33.01 | 60.05 | - |
| YUV | 155.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 203 | 0 | 0.60 | 0.18 | 0.03 | 317.84 | 0.9 | 0.68 |
| Hex | F7 | 63 | CB | 0 | 3C | 12 | 3 | 13E | 5A | 44 |
| Octal | 367 | 143 | 313 | 0 | 74 | 22 | 3 | 476 | 132 | 104 |
| Binary | 11110111 | 1100011 | 11001011 | 0 | 111100 | 10010 | 11 | 100111110 | 1011010 | 1000100 |
Color Harmonies of #F763CB
Complementary color
Monochromatic Colors of #F763CB
Black with #F763CB
Text Example
Text Example
White with #F763CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763CB; }
p { color: rgb(247,99,203); }
H1.HeaderClassName
{
color: #F763CB;
}
.AnyTagClassName
{
color: #F763CB;
}
</style>
background-color css
<style>
a { background-color: #F763CB; }
a { background-color: rgb(247,99,203); }
div.DivClassName
{
background-color: #F763CB;
}
.BgClassName
{
background-color: #F763CB;
}
</style>
border-color css
<style>
span { border-color: #F763CB; }
span { border-color: rgb(247,99,203); }
td.TdClassName
{
border-color: #F763CB;
}
.TagClassName
{
border-color: #F763CB;
}
</style>