Shades of Neon Pink #F863CB
Tints of Neon Pink #F863CB
RGB
CMYK
RGB Variations
Color information
#F863CB (or 0xF863CB) is known color: Neon Pink. HEX triplet: F8, 63 and CB. RGB value is (248,99,203). Sum of RGB (Red+Green+Blue) = 248+99+203=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F863CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863CB is #079C34. Grayscale: #9B9B9B. Windows color (decimal): -498741 or 13329400. OLE color: 13329400.
HSL color Cylindrical-coordinate representation of color #F863CB: hue angle of 318.12º 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 #F863CB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 203 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.03 |
| HSL | 318.12º | 0.91% | 0.68% | - |
| HSV(B) | 318.12º | 0.6% | 0.97% | - |
| XYZ | 53.95 | 33.19 | 60.06 | - |
| YUV | 155.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 203 | 0 | 0.60 | 0.18 | 0.03 | 318.12 | 0.91 | 0.68 |
| Hex | F8 | 63 | CB | 0 | 3C | 12 | 3 | 13E | 5B | 44 |
| Octal | 370 | 143 | 313 | 0 | 74 | 22 | 3 | 476 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11001011 | 0 | 111100 | 10010 | 11 | 100111110 | 1011011 | 1000100 |
Color Harmonies of #F863CB
Complementary color
Monochromatic Colors of #F863CB
Black with #F863CB
Text Example
Text Example
White with #F863CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863CB; }
p { color: rgb(248,99,203); }
H1.HeaderClassName
{
color: #F863CB;
}
.AnyTagClassName
{
color: #F863CB;
}
</style>
background-color css
<style>
a { background-color: #F863CB; }
a { background-color: rgb(248,99,203); }
div.DivClassName
{
background-color: #F863CB;
}
.BgClassName
{
background-color: #F863CB;
}
</style>
border-color css
<style>
span { border-color: #F863CB; }
span { border-color: rgb(248,99,203); }
td.TdClassName
{
border-color: #F863CB;
}
.TagClassName
{
border-color: #F863CB;
}
</style>