Shades of Neon Pink #F869D5
Tints of Neon Pink #F869D5
RGB
CMYK
RGB Variations
Color information
#F869D5 (or 0xF869D5) is known color: Neon Pink. HEX triplet: F8, 69 and D5. RGB value is (248,105,213). Sum of RGB (Red+Green+Blue) = 248+105+213=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F869D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869D5 is #07962A. Grayscale: #9F9F9F. Windows color (decimal): -497195 or 13986296. OLE color: 13986296.
HSL color Cylindrical-coordinate representation of color #F869D5: hue angle of 314.69º 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 #F869D5 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 213 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.03 |
| HSL | 314.69º | 0.91% | 0.69% | - |
| HSV(B) | 314.69º | 0.58% | 0.97% | - |
| XYZ | 55.77 | 34.86 | 66.74 | - |
| YUV | 160.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 213 | 0 | 0.58 | 0.14 | 0.03 | 314.69 | 0.91 | 0.69 |
| Hex | F8 | 69 | D5 | 0 | 3A | E | 3 | 13B | 5B | 45 |
| Octal | 370 | 151 | 325 | 0 | 72 | 16 | 3 | 473 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11010101 | 0 | 111010 | 1110 | 11 | 100111011 | 1011011 | 1000101 |
Color Harmonies of #F869D5
Complementary color
Monochromatic Colors of #F869D5
Black with #F869D5
Text Example
Text Example
White with #F869D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869D5; }
p { color: rgb(248,105,213); }
H1.HeaderClassName
{
color: #F869D5;
}
.AnyTagClassName
{
color: #F869D5;
}
</style>
background-color css
<style>
a { background-color: #F869D5; }
a { background-color: rgb(248,105,213); }
div.DivClassName
{
background-color: #F869D5;
}
.BgClassName
{
background-color: #F869D5;
}
</style>
border-color css
<style>
span { border-color: #F869D5; }
span { border-color: rgb(248,105,213); }
td.TdClassName
{
border-color: #F869D5;
}
.TagClassName
{
border-color: #F869D5;
}
</style>