Shades of Neon Pink #F863CF
Tints of Neon Pink #F863CF
RGB
CMYK
RGB Variations
Color information
#F863CF (or 0xF863CF) is known color: Neon Pink. HEX triplet: F8, 63 and CF. RGB value is (248,99,207). Sum of RGB (Red+Green+Blue) = 248+99+207=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F863CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863CF is #079C30. Grayscale: #9B9B9B. Windows color (decimal): -498737 or 13591544. OLE color: 13591544.
HSL color Cylindrical-coordinate representation of color #F863CF: hue angle of 316.51º 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 #F863CF is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 207 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.03 |
| HSL | 316.51º | 0.91% | 0.68% | - |
| HSV(B) | 316.51º | 0.6% | 0.97% | - |
| XYZ | 54.44 | 33.39 | 62.61 | - |
| YUV | 155.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 207 | 0 | 0.60 | 0.17 | 0.03 | 316.51 | 0.91 | 0.68 |
| Hex | F8 | 63 | CF | 0 | 3C | 11 | 3 | 13D | 5B | 44 |
| Octal | 370 | 143 | 317 | 0 | 74 | 21 | 3 | 475 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11001111 | 0 | 111100 | 10001 | 11 | 100111101 | 1011011 | 1000100 |
Color Harmonies of #F863CF
Complementary color
Monochromatic Colors of #F863CF
Black with #F863CF
Text Example
Text Example
White with #F863CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863CF; }
p { color: rgb(248,99,207); }
H1.HeaderClassName
{
color: #F863CF;
}
.AnyTagClassName
{
color: #F863CF;
}
</style>
background-color css
<style>
a { background-color: #F863CF; }
a { background-color: rgb(248,99,207); }
div.DivClassName
{
background-color: #F863CF;
}
.BgClassName
{
background-color: #F863CF;
}
</style>
border-color css
<style>
span { border-color: #F863CF; }
span { border-color: rgb(248,99,207); }
td.TdClassName
{
border-color: #F863CF;
}
.TagClassName
{
border-color: #F863CF;
}
</style>