Shades of Neon Pink #F85ACB
Tints of Neon Pink #F85ACB
RGB
CMYK
RGB Variations
Color information
#F85ACB (or 0xF85ACB) is known color: Neon Pink. HEX triplet: F8, 5A and CB. RGB value is (248,90,203). Sum of RGB (Red+Green+Blue) = 248+90+203=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ACB is #07A534. Grayscale: #959595. Windows color (decimal): -501045 or 13327096. OLE color: 13327096.
HSL color Cylindrical-coordinate representation of color #F85ACB: hue angle of 317.09º 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 #F85ACB is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 203 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.03 |
| HSL | 317.09º | 0.92% | 0.66% | - |
| HSV(B) | 317.09º | 0.64% | 0.97% | - |
| XYZ | 53.15 | 31.58 | 59.79 | - |
| YUV | 150.12 | 157.85 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 203 | 0 | 0.64 | 0.18 | 0.03 | 317.09 | 0.92 | 0.66 |
| Hex | F8 | 5A | CB | 0 | 40 | 12 | 3 | 13D | 5C | 42 |
| Octal | 370 | 132 | 313 | 0 | 100 | 22 | 3 | 475 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11001011 | 0 | 1000000 | 10010 | 11 | 100111101 | 1011100 | 1000010 |
Color Harmonies of #F85ACB
Complementary color
Monochromatic Colors of #F85ACB
Black with #F85ACB
Text Example
Text Example
White with #F85ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ACB; }
p { color: rgb(248,90,203); }
H1.HeaderClassName
{
color: #F85ACB;
}
.AnyTagClassName
{
color: #F85ACB;
}
</style>
background-color css
<style>
a { background-color: #F85ACB; }
a { background-color: rgb(248,90,203); }
div.DivClassName
{
background-color: #F85ACB;
}
.BgClassName
{
background-color: #F85ACB;
}
</style>
border-color css
<style>
span { border-color: #F85ACB; }
span { border-color: rgb(248,90,203); }
td.TdClassName
{
border-color: #F85ACB;
}
.TagClassName
{
border-color: #F85ACB;
}
</style>