Shades of Neon Pink #F860D2
Tints of Neon Pink #F860D2
RGB
CMYK
RGB Variations
Color information
#F860D2 (or 0xF860D2) is known color: Neon Pink. HEX triplet: F8, 60 and D2. RGB value is (248,96,210). Sum of RGB (Red+Green+Blue) = 248+96+210=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F860D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860D2 is #079F2D. Grayscale: #9A9A9A. Windows color (decimal): -499502 or 13787384. OLE color: 13787384.
HSL color Cylindrical-coordinate representation of color #F860D2: hue angle of 315º 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 #F860D2 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 210 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.03 |
| HSL | 315º | 0.92% | 0.67% | - |
| HSV(B) | 315º | 0.61% | 0.97% | - |
| XYZ | 54.53 | 32.98 | 64.46 | - |
| YUV | 154.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 210 | 0 | 0.61 | 0.15 | 0.03 | 315 | 0.92 | 0.67 |
| Hex | F8 | 60 | D2 | 0 | 3D | F | 3 | 13B | 5C | 43 |
| Octal | 370 | 140 | 322 | 0 | 75 | 17 | 3 | 473 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11010010 | 0 | 111101 | 1111 | 11 | 100111011 | 1011100 | 1000011 |
Color Harmonies of #F860D2
Complementary color
Monochromatic Colors of #F860D2
Black with #F860D2
Text Example
Text Example
White with #F860D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860D2; }
p { color: rgb(248,96,210); }
H1.HeaderClassName
{
color: #F860D2;
}
.AnyTagClassName
{
color: #F860D2;
}
</style>
background-color css
<style>
a { background-color: #F860D2; }
a { background-color: rgb(248,96,210); }
div.DivClassName
{
background-color: #F860D2;
}
.BgClassName
{
background-color: #F860D2;
}
</style>
border-color css
<style>
span { border-color: #F860D2; }
span { border-color: rgb(248,96,210); }
td.TdClassName
{
border-color: #F860D2;
}
.TagClassName
{
border-color: #F860D2;
}
</style>