Shades of Neon Pink #F869CE
Tints of Neon Pink #F869CE
RGB
CMYK
RGB Variations
Color information
#F869CE (or 0xF869CE) is known color: Neon Pink. HEX triplet: F8, 69 and CE. RGB value is (248,105,206). Sum of RGB (Red+Green+Blue) = 248+105+206=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F869CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869CE is #079631. Grayscale: #9F9F9F. Windows color (decimal): -497202 or 13527544. OLE color: 13527544.
HSL color Cylindrical-coordinate representation of color #F869CE: hue angle of 317.62º 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 #F869CE is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 206 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.03 |
| HSL | 317.62º | 0.91% | 0.69% | - |
| HSV(B) | 317.62º | 0.58% | 0.97% | - |
| XYZ | 54.9 | 34.52 | 62.16 | - |
| YUV | 159.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 206 | 0 | 0.58 | 0.17 | 0.03 | 317.62 | 0.91 | 0.69 |
| Hex | F8 | 69 | CE | 0 | 3A | 11 | 3 | 13E | 5B | 45 |
| Octal | 370 | 151 | 316 | 0 | 72 | 21 | 3 | 476 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11001110 | 0 | 111010 | 10001 | 11 | 100111110 | 1011011 | 1000101 |
Color Harmonies of #F869CE
Complementary color
Monochromatic Colors of #F869CE
Black with #F869CE
Text Example
Text Example
White with #F869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869CE; }
p { color: rgb(248,105,206); }
H1.HeaderClassName
{
color: #F869CE;
}
.AnyTagClassName
{
color: #F869CE;
}
</style>
background-color css
<style>
a { background-color: #F869CE; }
a { background-color: rgb(248,105,206); }
div.DivClassName
{
background-color: #F869CE;
}
.BgClassName
{
background-color: #F869CE;
}
</style>
border-color css
<style>
span { border-color: #F869CE; }
span { border-color: rgb(248,105,206); }
td.TdClassName
{
border-color: #F869CE;
}
.TagClassName
{
border-color: #F869CE;
}
</style>