Shades of Neon Pink #F869C7
Tints of Neon Pink #F869C7
RGB
CMYK
RGB Variations
Color information
#F869C7 (or 0xF869C7) is known color: Neon Pink. HEX triplet: F8, 69 and C7. RGB value is (248,105,199). Sum of RGB (Red+Green+Blue) = 248+105+199=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C7 is #079638. Grayscale: #9E9E9E. Windows color (decimal): -497209 or 13068792. OLE color: 13068792.
HSL color Cylindrical-coordinate representation of color #F869C7: hue angle of 320.56º 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 #F869C7 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 199 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.03 |
| HSL | 320.56º | 0.91% | 0.69% | - |
| HSV(B) | 320.56º | 0.58% | 0.97% | - |
| XYZ | 54.07 | 34.18 | 57.78 | - |
| YUV | 158.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 199 | 0 | 0.58 | 0.20 | 0.03 | 320.56 | 0.91 | 0.69 |
| Hex | F8 | 69 | C7 | 0 | 3A | 14 | 3 | 141 | 5B | 45 |
| Octal | 370 | 151 | 307 | 0 | 72 | 24 | 3 | 501 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11000111 | 0 | 111010 | 10100 | 11 | 101000001 | 1011011 | 1000101 |
Color Harmonies of #F869C7
Complementary color
Monochromatic Colors of #F869C7
Black with #F869C7
Text Example
Text Example
White with #F869C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869C7; }
p { color: rgb(248,105,199); }
H1.HeaderClassName
{
color: #F869C7;
}
.AnyTagClassName
{
color: #F869C7;
}
</style>
background-color css
<style>
a { background-color: #F869C7; }
a { background-color: rgb(248,105,199); }
div.DivClassName
{
background-color: #F869C7;
}
.BgClassName
{
background-color: #F869C7;
}
</style>
border-color css
<style>
span { border-color: #F869C7; }
span { border-color: rgb(248,105,199); }
td.TdClassName
{
border-color: #F869C7;
}
.TagClassName
{
border-color: #F869C7;
}
</style>