Shades of Neon Pink #F863CE
Tints of Neon Pink #F863CE
RGB
CMYK
RGB Variations
Color information
#F863CE (or 0xF863CE) is known color: Neon Pink. HEX triplet: F8, 63 and CE. RGB value is (248,99,206). Sum of RGB (Red+Green+Blue) = 248+99+206=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F863CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863CE is #079C31. Grayscale: #9B9B9B. Windows color (decimal): -498738 or 13526008. OLE color: 13526008.
HSL color Cylindrical-coordinate representation of color #F863CE: hue angle of 316.91º degrees, saturation: 0.91, 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 #F863CE is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 206 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.03 |
| HSL | 316.91º | 0.91% | 0.68% | - |
| HSV(B) | 316.91º | 0.6% | 0.97% | - |
| XYZ | 54.31 | 33.34 | 61.96 | - |
| YUV | 155.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 206 | 0 | 0.60 | 0.17 | 0.03 | 316.91 | 0.91 | 0.68 |
| Hex | F8 | 63 | CE | 0 | 3C | 11 | 3 | 13D | 5B | 44 |
| Octal | 370 | 143 | 316 | 0 | 74 | 21 | 3 | 475 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11001110 | 0 | 111100 | 10001 | 11 | 100111101 | 1011011 | 1000100 |
Color Harmonies of #F863CE
Complementary color
Monochromatic Colors of #F863CE
Black with #F863CE
Text Example
Text Example
White with #F863CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863CE; }
p { color: rgb(248,99,206); }
H1.HeaderClassName
{
color: #F863CE;
}
.AnyTagClassName
{
color: #F863CE;
}
</style>
background-color css
<style>
a { background-color: #F863CE; }
a { background-color: rgb(248,99,206); }
div.DivClassName
{
background-color: #F863CE;
}
.BgClassName
{
background-color: #F863CE;
}
</style>
border-color css
<style>
span { border-color: #F863CE; }
span { border-color: rgb(248,99,206); }
td.TdClassName
{
border-color: #F863CE;
}
.TagClassName
{
border-color: #F863CE;
}
</style>