Shades of Neon Pink #F86DD3
Tints of Neon Pink #F86DD3
RGB
CMYK
RGB Variations
Color information
#F86DD3 (or 0xF86DD3) is known color: Neon Pink. HEX triplet: F8, 6D and D3. RGB value is (248,109,211). Sum of RGB (Red+Green+Blue) = 248+109+211=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DD3 is #07922C. Grayscale: #A1A1A1. Windows color (decimal): -496173 or 13856248. OLE color: 13856248.
HSL color Cylindrical-coordinate representation of color #F86DD3: hue angle of 315.97º 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 #F86DD3 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 211 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.03 |
| HSL | 315.97º | 0.91% | 0.7% | - |
| HSV(B) | 315.97º | 0.56% | 0.97% | - |
| XYZ | 55.94 | 35.6 | 65.55 | - |
| YUV | 162.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 211 | 0 | 0.56 | 0.15 | 0.03 | 315.97 | 0.91 | 0.7 |
| Hex | F8 | 6D | D3 | 0 | 38 | F | 3 | 13C | 5B | 46 |
| Octal | 370 | 155 | 323 | 0 | 70 | 17 | 3 | 474 | 133 | 106 |
| Binary | 11111000 | 1101101 | 11010011 | 0 | 111000 | 1111 | 11 | 100111100 | 1011011 | 1000110 |
Color Harmonies of #F86DD3
Complementary color
Monochromatic Colors of #F86DD3
Black with #F86DD3
Text Example
Text Example
White with #F86DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DD3; }
p { color: rgb(248,109,211); }
H1.HeaderClassName
{
color: #F86DD3;
}
.AnyTagClassName
{
color: #F86DD3;
}
</style>
background-color css
<style>
a { background-color: #F86DD3; }
a { background-color: rgb(248,109,211); }
div.DivClassName
{
background-color: #F86DD3;
}
.BgClassName
{
background-color: #F86DD3;
}
</style>
border-color css
<style>
span { border-color: #F86DD3; }
span { border-color: rgb(248,109,211); }
td.TdClassName
{
border-color: #F86DD3;
}
.TagClassName
{
border-color: #F86DD3;
}
</style>