Shades of Neon Pink #F86ADB
Tints of Neon Pink #F86ADB
RGB
CMYK
RGB Variations
Color information
#F86ADB (or 0xF86ADB) is known color: Neon Pink. HEX triplet: F8, 6A and DB. RGB value is (248,106,219). Sum of RGB (Red+Green+Blue) = 248+106+219=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ADB is #079524. Grayscale: #A1A1A1. Windows color (decimal): -496933 or 14379768. OLE color: 14379768.
HSL color Cylindrical-coordinate representation of color #F86ADB: hue angle of 312.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86ADB is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 219 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.03 |
| HSL | 312.25º | 0.91% | 0.69% | - |
| HSV(B) | 312.25º | 0.57% | 0.97% | - |
| XYZ | 56.65 | 35.38 | 70.86 | - |
| YUV | 161.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 219 | 0 | 0.57 | 0.12 | 0.03 | 312.25 | 0.91 | 0.69 |
| Hex | F8 | 6A | DB | 0 | 39 | C | 3 | 138 | 5B | 45 |
| Octal | 370 | 152 | 333 | 0 | 71 | 14 | 3 | 470 | 133 | 105 |
| Binary | 11111000 | 1101010 | 11011011 | 0 | 111001 | 1100 | 11 | 100111000 | 1011011 | 1000101 |
Color Harmonies of #F86ADB
Complementary color
Monochromatic Colors of #F86ADB
Black with #F86ADB
Text Example
Text Example
White with #F86ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86ADB; }
p { color: rgb(248,106,219); }
H1.HeaderClassName
{
color: #F86ADB;
}
.AnyTagClassName
{
color: #F86ADB;
}
</style>
background-color css
<style>
a { background-color: #F86ADB; }
a { background-color: rgb(248,106,219); }
div.DivClassName
{
background-color: #F86ADB;
}
.BgClassName
{
background-color: #F86ADB;
}
</style>
border-color css
<style>
span { border-color: #F86ADB; }
span { border-color: rgb(248,106,219); }
td.TdClassName
{
border-color: #F86ADB;
}
.TagClassName
{
border-color: #F86ADB;
}
</style>