Shades of Neon Pink #F86DD1
Tints of Neon Pink #F86DD1
RGB
CMYK
RGB Variations
Color information
#F86DD1 (or 0xF86DD1) is known color: Neon Pink. HEX triplet: F8, 6D and D1. RGB value is (248,109,209). Sum of RGB (Red+Green+Blue) = 248+109+209=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DD1 is #07922E. Grayscale: #A1A1A1. Windows color (decimal): -496175 or 13725176. OLE color: 13725176.
HSL color Cylindrical-coordinate representation of color #F86DD1: hue angle of 316.83º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86DD1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 209 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.03 |
| HSL | 316.83º | 0.91% | 0.7% | - |
| HSV(B) | 316.83º | 0.56% | 0.97% | - |
| XYZ | 55.69 | 35.5 | 64.24 | - |
| YUV | 161.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 209 | 0 | 0.56 | 0.16 | 0.03 | 316.83 | 0.91 | 0.7 |
| Hex | F8 | 6D | D1 | 0 | 38 | 10 | 3 | 13D | 5B | 46 |
| Octal | 370 | 155 | 321 | 0 | 70 | 20 | 3 | 475 | 133 | 106 |
| Binary | 11111000 | 1101101 | 11010001 | 0 | 111000 | 10000 | 11 | 100111101 | 1011011 | 1000110 |
Color Harmonies of #F86DD1
Complementary color
Monochromatic Colors of #F86DD1
Black with #F86DD1
Text Example
Text Example
White with #F86DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DD1; }
p { color: rgb(248,109,209); }
H1.HeaderClassName
{
color: #F86DD1;
}
.AnyTagClassName
{
color: #F86DD1;
}
</style>
background-color css
<style>
a { background-color: #F86DD1; }
a { background-color: rgb(248,109,209); }
div.DivClassName
{
background-color: #F86DD1;
}
.BgClassName
{
background-color: #F86DD1;
}
</style>
border-color css
<style>
span { border-color: #F86DD1; }
span { border-color: rgb(248,109,209); }
td.TdClassName
{
border-color: #F86DD1;
}
.TagClassName
{
border-color: #F86DD1;
}
</style>