Shades of Neon Pink #F869D0
Tints of Neon Pink #F869D0
RGB
CMYK
RGB Variations
Color information
#F869D0 (or 0xF869D0) is known color: Neon Pink. HEX triplet: F8, 69 and D0. RGB value is (248,105,208). Sum of RGB (Red+Green+Blue) = 248+105+208=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F869D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869D0 is #07962F. Grayscale: #9F9F9F. Windows color (decimal): -497200 or 13658616. OLE color: 13658616.
HSL color Cylindrical-coordinate representation of color #F869D0: hue angle of 316.78º 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 #F869D0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 208 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.03 |
| HSL | 316.78º | 0.91% | 0.69% | - |
| HSV(B) | 316.78º | 0.58% | 0.97% | - |
| XYZ | 55.15 | 34.61 | 63.45 | - |
| YUV | 159.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 208 | 0 | 0.58 | 0.16 | 0.03 | 316.78 | 0.91 | 0.69 |
| Hex | F8 | 69 | D0 | 0 | 3A | 10 | 3 | 13D | 5B | 45 |
| Octal | 370 | 151 | 320 | 0 | 72 | 20 | 3 | 475 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11010000 | 0 | 111010 | 10000 | 11 | 100111101 | 1011011 | 1000101 |
Color Harmonies of #F869D0
Complementary color
Monochromatic Colors of #F869D0
Black with #F869D0
Text Example
Text Example
White with #F869D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869D0; }
p { color: rgb(248,105,208); }
H1.HeaderClassName
{
color: #F869D0;
}
.AnyTagClassName
{
color: #F869D0;
}
</style>
background-color css
<style>
a { background-color: #F869D0; }
a { background-color: rgb(248,105,208); }
div.DivClassName
{
background-color: #F869D0;
}
.BgClassName
{
background-color: #F869D0;
}
</style>
border-color css
<style>
span { border-color: #F869D0; }
span { border-color: rgb(248,105,208); }
td.TdClassName
{
border-color: #F869D0;
}
.TagClassName
{
border-color: #F869D0;
}
</style>