Shades of Neon Pink #F868C0
Tints of Neon Pink #F868C0
RGB
CMYK
RGB Variations
Color information
#F868C0 (or 0xF868C0) is known color: Neon Pink. HEX triplet: F8, 68 and C0. RGB value is (248,104,192). Sum of RGB (Red+Green+Blue) = 248+104+192=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F868C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868C0 is #07973F. Grayscale: #9C9C9C. Windows color (decimal): -497472 or 12609784. OLE color: 12609784.
HSL color Cylindrical-coordinate representation of color #F868C0: hue angle of 323.33º 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 #F868C0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 192 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.03 |
| HSL | 323.33º | 0.91% | 0.69% | - |
| HSV(B) | 323.33º | 0.58% | 0.97% | - |
| XYZ | 53.18 | 33.66 | 53.56 | - |
| YUV | 157.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 192 | 0 | 0.58 | 0.23 | 0.03 | 323.33 | 0.91 | 0.69 |
| Hex | F8 | 68 | C0 | 0 | 3A | 17 | 3 | 143 | 5B | 45 |
| Octal | 370 | 150 | 300 | 0 | 72 | 27 | 3 | 503 | 133 | 105 |
| Binary | 11111000 | 1101000 | 11000000 | 0 | 111010 | 10111 | 11 | 101000011 | 1011011 | 1000101 |
Color Harmonies of #F868C0
Complementary color
Monochromatic Colors of #F868C0
Black with #F868C0
Text Example
Text Example
White with #F868C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F868C0; }
p { color: rgb(248,104,192); }
H1.HeaderClassName
{
color: #F868C0;
}
.AnyTagClassName
{
color: #F868C0;
}
</style>
background-color css
<style>
a { background-color: #F868C0; }
a { background-color: rgb(248,104,192); }
div.DivClassName
{
background-color: #F868C0;
}
.BgClassName
{
background-color: #F868C0;
}
</style>
border-color css
<style>
span { border-color: #F868C0; }
span { border-color: rgb(248,104,192); }
td.TdClassName
{
border-color: #F868C0;
}
.TagClassName
{
border-color: #F868C0;
}
</style>