Shades of Neon Pink #F86DDA
Tints of Neon Pink #F86DDA
RGB
CMYK
RGB Variations
Color information
#F86DDA (or 0xF86DDA) is known color: Neon Pink. HEX triplet: F8, 6D and DA. RGB value is (248,109,218). Sum of RGB (Red+Green+Blue) = 248+109+218=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DDA is #079225. Grayscale: #A2A2A2. Windows color (decimal): -496166 or 14315000. OLE color: 14315000.
HSL color Cylindrical-coordinate representation of color #F86DDA: hue angle of 312.95º 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 #F86DDA is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 218 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.03 |
| HSL | 312.95º | 0.91% | 0.7% | - |
| HSV(B) | 312.95º | 0.56% | 0.97% | - |
| XYZ | 56.83 | 35.96 | 70.27 | - |
| YUV | 162.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 218 | 0 | 0.56 | 0.12 | 0.03 | 312.95 | 0.91 | 0.7 |
| Hex | F8 | 6D | DA | 0 | 38 | C | 3 | 139 | 5B | 46 |
| Octal | 370 | 155 | 332 | 0 | 70 | 14 | 3 | 471 | 133 | 106 |
| Binary | 11111000 | 1101101 | 11011010 | 0 | 111000 | 1100 | 11 | 100111001 | 1011011 | 1000110 |
Color Harmonies of #F86DDA
Complementary color
Monochromatic Colors of #F86DDA
Black with #F86DDA
Text Example
Text Example
White with #F86DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DDA; }
p { color: rgb(248,109,218); }
H1.HeaderClassName
{
color: #F86DDA;
}
.AnyTagClassName
{
color: #F86DDA;
}
</style>
background-color css
<style>
a { background-color: #F86DDA; }
a { background-color: rgb(248,109,218); }
div.DivClassName
{
background-color: #F86DDA;
}
.BgClassName
{
background-color: #F86DDA;
}
</style>
border-color css
<style>
span { border-color: #F86DDA; }
span { border-color: rgb(248,109,218); }
td.TdClassName
{
border-color: #F86DDA;
}
.TagClassName
{
border-color: #F86DDA;
}
</style>