Shades of Neon Pink #F860D4
Tints of Neon Pink #F860D4
RGB
CMYK
RGB Variations
Color information
#F860D4 (or 0xF860D4) is known color: Neon Pink. HEX triplet: F8, 60 and D4. RGB value is (248,96,212). Sum of RGB (Red+Green+Blue) = 248+96+212=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F860D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860D4 is #079F2B. Grayscale: #9A9A9A. Windows color (decimal): -499500 or 13918456. OLE color: 13918456.
HSL color Cylindrical-coordinate representation of color #F860D4: hue angle of 314.21º 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 #F860D4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 212 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.03 |
| HSL | 314.21º | 0.92% | 0.67% | - |
| HSV(B) | 314.21º | 0.61% | 0.97% | - |
| XYZ | 54.78 | 33.08 | 65.78 | - |
| YUV | 154.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 212 | 0 | 0.61 | 0.15 | 0.03 | 314.21 | 0.92 | 0.67 |
| Hex | F8 | 60 | D4 | 0 | 3D | F | 3 | 13A | 5C | 43 |
| Octal | 370 | 140 | 324 | 0 | 75 | 17 | 3 | 472 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11010100 | 0 | 111101 | 1111 | 11 | 100111010 | 1011100 | 1000011 |
Color Harmonies of #F860D4
Complementary color
Monochromatic Colors of #F860D4
Black with #F860D4
Text Example
Text Example
White with #F860D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860D4; }
p { color: rgb(248,96,212); }
H1.HeaderClassName
{
color: #F860D4;
}
.AnyTagClassName
{
color: #F860D4;
}
</style>
background-color css
<style>
a { background-color: #F860D4; }
a { background-color: rgb(248,96,212); }
div.DivClassName
{
background-color: #F860D4;
}
.BgClassName
{
background-color: #F860D4;
}
</style>
border-color css
<style>
span { border-color: #F860D4; }
span { border-color: rgb(248,96,212); }
td.TdClassName
{
border-color: #F860D4;
}
.TagClassName
{
border-color: #F860D4;
}
</style>