Shades of Neon Pink #F869C9
Tints of Neon Pink #F869C9
RGB
CMYK
RGB Variations
Color information
#F869C9 (or 0xF869C9) is known color: Neon Pink. HEX triplet: F8, 69 and C9. RGB value is (248,105,201). Sum of RGB (Red+Green+Blue) = 248+105+201=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C9 is #079636. Grayscale: #9E9E9E. Windows color (decimal): -497207 or 13199864. OLE color: 13199864.
HSL color Cylindrical-coordinate representation of color #F869C9: hue angle of 319.72º 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 #F869C9 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 201 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.03 |
| HSL | 319.72º | 0.91% | 0.69% | - |
| HSV(B) | 319.72º | 0.58% | 0.97% | - |
| XYZ | 54.31 | 34.28 | 59.01 | - |
| YUV | 158.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 201 | 0 | 0.58 | 0.19 | 0.03 | 319.72 | 0.91 | 0.69 |
| Hex | F8 | 69 | C9 | 0 | 3A | 13 | 3 | 140 | 5B | 45 |
| Octal | 370 | 151 | 311 | 0 | 72 | 23 | 3 | 500 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11001001 | 0 | 111010 | 10011 | 11 | 101000000 | 1011011 | 1000101 |
Color Harmonies of #F869C9
Complementary color
Monochromatic Colors of #F869C9
Black with #F869C9
Text Example
Text Example
White with #F869C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869C9; }
p { color: rgb(248,105,201); }
H1.HeaderClassName
{
color: #F869C9;
}
.AnyTagClassName
{
color: #F869C9;
}
</style>
background-color css
<style>
a { background-color: #F869C9; }
a { background-color: rgb(248,105,201); }
div.DivClassName
{
background-color: #F869C9;
}
.BgClassName
{
background-color: #F869C9;
}
</style>
border-color css
<style>
span { border-color: #F869C9; }
span { border-color: rgb(248,105,201); }
td.TdClassName
{
border-color: #F869C9;
}
.TagClassName
{
border-color: #F869C9;
}
</style>