Shades of Neon Pink #F85ABF
Tints of Neon Pink #F85ABF
RGB
CMYK
RGB Variations
Color information
#F85ABF (or 0xF85ABF) is known color: Neon Pink. HEX triplet: F8, 5A and BF. RGB value is (248,90,191). Sum of RGB (Red+Green+Blue) = 248+90+191=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ABF is #07A540. Grayscale: #949494. Windows color (decimal): -501057 or 12540664. OLE color: 12540664.
HSL color Cylindrical-coordinate representation of color #F85ABF: hue angle of 321.65º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85ABF is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 191 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.03 |
| HSL | 321.65º | 0.92% | 0.66% | - |
| HSV(B) | 321.65º | 0.64% | 0.97% | - |
| XYZ | 51.77 | 31.03 | 52.55 | - |
| YUV | 148.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 191 | 0 | 0.64 | 0.23 | 0.03 | 321.65 | 0.92 | 0.66 |
| Hex | F8 | 5A | BF | 0 | 40 | 17 | 3 | 142 | 5C | 42 |
| Octal | 370 | 132 | 277 | 0 | 100 | 27 | 3 | 502 | 134 | 102 |
| Binary | 11111000 | 1011010 | 10111111 | 0 | 1000000 | 10111 | 11 | 101000010 | 1011100 | 1000010 |
Color Harmonies of #F85ABF
Complementary color
Monochromatic Colors of #F85ABF
Black with #F85ABF
Text Example
Text Example
White with #F85ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ABF; }
p { color: rgb(248,90,191); }
H1.HeaderClassName
{
color: #F85ABF;
}
.AnyTagClassName
{
color: #F85ABF;
}
</style>
background-color css
<style>
a { background-color: #F85ABF; }
a { background-color: rgb(248,90,191); }
div.DivClassName
{
background-color: #F85ABF;
}
.BgClassName
{
background-color: #F85ABF;
}
</style>
border-color css
<style>
span { border-color: #F85ABF; }
span { border-color: rgb(248,90,191); }
td.TdClassName
{
border-color: #F85ABF;
}
.TagClassName
{
border-color: #F85ABF;
}
</style>