Shades of Neon Pink #F868CE
Tints of Neon Pink #F868CE
RGB
CMYK
RGB Variations
Color information
#F868CE (or 0xF868CE) is known color: Neon Pink. HEX triplet: F8, 68 and CE. RGB value is (248,104,206). Sum of RGB (Red+Green+Blue) = 248+104+206=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F868CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868CE is #079731. Grayscale: #9E9E9E. Windows color (decimal): -497458 or 13527288. OLE color: 13527288.
HSL color Cylindrical-coordinate representation of color #F868CE: hue angle of 317.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F868CE is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 206 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.03 |
| HSL | 317.5º | 0.91% | 0.69% | - |
| HSV(B) | 317.5º | 0.58% | 0.97% | - |
| XYZ | 54.8 | 34.31 | 62.13 | - |
| YUV | 158.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 206 | 0 | 0.58 | 0.17 | 0.03 | 317.5 | 0.91 | 0.69 |
| Hex | F8 | 68 | CE | 0 | 3A | 11 | 3 | 13E | 5B | 45 |
| Octal | 370 | 150 | 316 | 0 | 72 | 21 | 3 | 476 | 133 | 105 |
| Binary | 11111000 | 1101000 | 11001110 | 0 | 111010 | 10001 | 11 | 100111110 | 1011011 | 1000101 |
Color Harmonies of #F868CE
Complementary color
Monochromatic Colors of #F868CE
Black with #F868CE
Text Example
Text Example
White with #F868CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F868CE; }
p { color: rgb(248,104,206); }
H1.HeaderClassName
{
color: #F868CE;
}
.AnyTagClassName
{
color: #F868CE;
}
</style>
background-color css
<style>
a { background-color: #F868CE; }
a { background-color: rgb(248,104,206); }
div.DivClassName
{
background-color: #F868CE;
}
.BgClassName
{
background-color: #F868CE;
}
</style>
border-color css
<style>
span { border-color: #F868CE; }
span { border-color: rgb(248,104,206); }
td.TdClassName
{
border-color: #F868CE;
}
.TagClassName
{
border-color: #F868CE;
}
</style>