Shades of Neon Pink #F85ACC
Tints of Neon Pink #F85ACC
RGB
CMYK
RGB Variations
Color information
#F85ACC (or 0xF85ACC) is known color: Neon Pink. HEX triplet: F8, 5A and CC. RGB value is (248,90,204). Sum of RGB (Red+Green+Blue) = 248+90+204=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ACC is #07A533. Grayscale: #959595. Windows color (decimal): -501044 or 13392632. OLE color: 13392632.
HSL color Cylindrical-coordinate representation of color #F85ACC: hue angle of 316.71º 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 #F85ACC is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 204 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.03 |
| HSL | 316.71º | 0.92% | 0.66% | - |
| HSV(B) | 316.71º | 0.64% | 0.97% | - |
| XYZ | 53.27 | 31.63 | 60.42 | - |
| YUV | 150.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 204 | 0 | 0.64 | 0.18 | 0.03 | 316.71 | 0.92 | 0.66 |
| Hex | F8 | 5A | CC | 0 | 40 | 12 | 3 | 13D | 5C | 42 |
| Octal | 370 | 132 | 314 | 0 | 100 | 22 | 3 | 475 | 134 | 102 |
| Binary | 11111000 | 1011010 | 11001100 | 0 | 1000000 | 10010 | 11 | 100111101 | 1011100 | 1000010 |
Color Harmonies of #F85ACC
Complementary color
Monochromatic Colors of #F85ACC
Black with #F85ACC
Text Example
Text Example
White with #F85ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ACC; }
p { color: rgb(248,90,204); }
H1.HeaderClassName
{
color: #F85ACC;
}
.AnyTagClassName
{
color: #F85ACC;
}
</style>
background-color css
<style>
a { background-color: #F85ACC; }
a { background-color: rgb(248,90,204); }
div.DivClassName
{
background-color: #F85ACC;
}
.BgClassName
{
background-color: #F85ACC;
}
</style>
border-color css
<style>
span { border-color: #F85ACC; }
span { border-color: rgb(248,90,204); }
td.TdClassName
{
border-color: #F85ACC;
}
.TagClassName
{
border-color: #F85ACC;
}
</style>