Shades of Neon Pink #F860D0
Tints of Neon Pink #F860D0
RGB
CMYK
RGB Variations
Color information
#F860D0 (or 0xF860D0) is known color: Neon Pink. HEX triplet: F8, 60 and D0. RGB value is (248,96,208). Sum of RGB (Red+Green+Blue) = 248+96+208=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F860D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860D0 is #079F2F. Grayscale: #999999. Windows color (decimal): -499504 or 13656312. OLE color: 13656312.
HSL color Cylindrical-coordinate representation of color #F860D0: hue angle of 315.79º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860D0 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 208 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.03 |
| HSL | 315.79º | 0.92% | 0.67% | - |
| HSV(B) | 315.79º | 0.61% | 0.97% | - |
| XYZ | 54.28 | 32.88 | 63.16 | - |
| YUV | 154.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 208 | 0 | 0.61 | 0.16 | 0.03 | 315.79 | 0.92 | 0.67 |
| Hex | F8 | 60 | D0 | 0 | 3D | 10 | 3 | 13C | 5C | 43 |
| Octal | 370 | 140 | 320 | 0 | 75 | 20 | 3 | 474 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11010000 | 0 | 111101 | 10000 | 11 | 100111100 | 1011100 | 1000011 |
Color Harmonies of #F860D0
Complementary color
Monochromatic Colors of #F860D0
Black with #F860D0
Text Example
Text Example
White with #F860D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860D0; }
p { color: rgb(248,96,208); }
H1.HeaderClassName
{
color: #F860D0;
}
.AnyTagClassName
{
color: #F860D0;
}
</style>
background-color css
<style>
a { background-color: #F860D0; }
a { background-color: rgb(248,96,208); }
div.DivClassName
{
background-color: #F860D0;
}
.BgClassName
{
background-color: #F860D0;
}
</style>
border-color css
<style>
span { border-color: #F860D0; }
span { border-color: rgb(248,96,208); }
td.TdClassName
{
border-color: #F860D0;
}
.TagClassName
{
border-color: #F860D0;
}
</style>