Shades of Neon Pink #F869DB
Tints of Neon Pink #F869DB
RGB
CMYK
RGB Variations
Color information
#F869DB (or 0xF869DB) is known color: Neon Pink. HEX triplet: F8, 69 and DB. RGB value is (248,105,219). Sum of RGB (Red+Green+Blue) = 248+105+219=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 105 (41.41% from 255 or 18.36% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F869DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869DB is #079624. Grayscale: #A0A0A0. Windows color (decimal): -497189 or 14379512. OLE color: 14379512.
HSL color Cylindrical-coordinate representation of color #F869DB: hue angle of 312.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869DB is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 219 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.03 |
| HSL | 312.17º | 0.91% | 0.69% | - |
| HSV(B) | 312.17º | 0.58% | 0.97% | - |
| XYZ | 56.55 | 35.17 | 70.83 | - |
| YUV | 160.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 219 | 0 | 0.58 | 0.12 | 0.03 | 312.17 | 0.91 | 0.69 |
| Hex | F8 | 69 | DB | 0 | 3A | C | 3 | 138 | 5B | 45 |
| Octal | 370 | 151 | 333 | 0 | 72 | 14 | 3 | 470 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11011011 | 0 | 111010 | 1100 | 11 | 100111000 | 1011011 | 1000101 |
Color Harmonies of #F869DB
Complementary color
Monochromatic Colors of #F869DB
Black with #F869DB
Text Example
Text Example
White with #F869DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869DB; }
p { color: rgb(248,105,219); }
H1.HeaderClassName
{
color: #F869DB;
}
.AnyTagClassName
{
color: #F869DB;
}
</style>
background-color css
<style>
a { background-color: #F869DB; }
a { background-color: rgb(248,105,219); }
div.DivClassName
{
background-color: #F869DB;
}
.BgClassName
{
background-color: #F869DB;
}
</style>
border-color css
<style>
span { border-color: #F869DB; }
span { border-color: rgb(248,105,219); }
td.TdClassName
{
border-color: #F869DB;
}
.TagClassName
{
border-color: #F869DB;
}
</style>