Shades of Neon Pink #F86FD2
Tints of Neon Pink #F86FD2
RGB
CMYK
RGB Variations
Color information
#F86FD2 (or 0xF86FD2) is known color: Neon Pink. HEX triplet: F8, 6F and D2. RGB value is (248,111,210). Sum of RGB (Red+Green+Blue) = 248+111+210=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FD2 is #07902D. Grayscale: #A2A2A2. Windows color (decimal): -495662 or 13791224. OLE color: 13791224.
HSL color Cylindrical-coordinate representation of color #F86FD2: hue angle of 316.64º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FD2 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 210 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.03 |
| HSL | 316.64º | 0.91% | 0.7% | - |
| HSV(B) | 316.64º | 0.55% | 0.97% | - |
| XYZ | 56.03 | 35.98 | 64.96 | - |
| YUV | 163.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 210 | 0 | 0.55 | 0.15 | 0.03 | 316.64 | 0.91 | 0.7 |
| Hex | F8 | 6F | D2 | 0 | 37 | F | 3 | 13D | 5B | 46 |
| Octal | 370 | 157 | 322 | 0 | 67 | 17 | 3 | 475 | 133 | 106 |
| Binary | 11111000 | 1101111 | 11010010 | 0 | 110111 | 1111 | 11 | 100111101 | 1011011 | 1000110 |
Color Harmonies of #F86FD2
Complementary color
Monochromatic Colors of #F86FD2
Black with #F86FD2
Text Example
Text Example
White with #F86FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FD2; }
p { color: rgb(248,111,210); }
H1.HeaderClassName
{
color: #F86FD2;
}
.AnyTagClassName
{
color: #F86FD2;
}
</style>
background-color css
<style>
a { background-color: #F86FD2; }
a { background-color: rgb(248,111,210); }
div.DivClassName
{
background-color: #F86FD2;
}
.BgClassName
{
background-color: #F86FD2;
}
</style>
border-color css
<style>
span { border-color: #F86FD2; }
span { border-color: rgb(248,111,210); }
td.TdClassName
{
border-color: #F86FD2;
}
.TagClassName
{
border-color: #F86FD2;
}
</style>