Shades of Neon Pink #F763CE
Tints of Neon Pink #F763CE
RGB
CMYK
RGB Variations
Color information
#F763CE (or 0xF763CE) is known color: Neon Pink. HEX triplet: F7, 63 and CE. RGB value is (247,99,206). Sum of RGB (Red+Green+Blue) = 247+99+206=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F763CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763CE is #089C31. Grayscale: #9B9B9B. Windows color (decimal): -564274 or 13526007. OLE color: 13526007.
HSL color Cylindrical-coordinate representation of color #F763CE: hue angle of 316.62º 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 #F763CE is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 206 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.03 |
| HSL | 316.62º | 0.9% | 0.68% | - |
| HSV(B) | 316.62º | 0.6% | 0.97% | - |
| XYZ | 53.96 | 33.15 | 61.95 | - |
| YUV | 155.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 206 | 0 | 0.60 | 0.17 | 0.03 | 316.62 | 0.9 | 0.68 |
| Hex | F7 | 63 | CE | 0 | 3C | 11 | 3 | 13D | 5A | 44 |
| Octal | 367 | 143 | 316 | 0 | 74 | 21 | 3 | 475 | 132 | 104 |
| Binary | 11110111 | 1100011 | 11001110 | 0 | 111100 | 10001 | 11 | 100111101 | 1011010 | 1000100 |
Color Harmonies of #F763CE
Complementary color
Monochromatic Colors of #F763CE
Black with #F763CE
Text Example
Text Example
White with #F763CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763CE; }
p { color: rgb(247,99,206); }
H1.HeaderClassName
{
color: #F763CE;
}
.AnyTagClassName
{
color: #F763CE;
}
</style>
background-color css
<style>
a { background-color: #F763CE; }
a { background-color: rgb(247,99,206); }
div.DivClassName
{
background-color: #F763CE;
}
.BgClassName
{
background-color: #F763CE;
}
</style>
border-color css
<style>
span { border-color: #F763CE; }
span { border-color: rgb(247,99,206); }
td.TdClassName
{
border-color: #F763CE;
}
.TagClassName
{
border-color: #F763CE;
}
</style>