Shades of Neon Pink #F55ACC
Tints of Neon Pink #F55ACC
RGB
CMYK
RGB Variations
Color information
#F55ACC (or 0xF55ACC) is known color: Neon Pink. HEX triplet: F5, 5A and CC. RGB value is (245,90,204). Sum of RGB (Red+Green+Blue) = 245+90+204=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ACC is #0AA533. Grayscale: #959595. Windows color (decimal): -697652 or 13392629. OLE color: 13392629.
HSL color Cylindrical-coordinate representation of color #F55ACC: hue angle of 315.87º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55ACC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 204 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 315.87º | 0.89% | 0.66% | - |
| HSV(B) | 315.87º | 0.63% | 0.96% | - |
| XYZ | 52.21 | 31.08 | 60.37 | - |
| YUV | 149.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 204 | 0 | 0.63 | 0.17 | 0.04 | 315.87 | 0.89 | 0.66 |
| Hex | F5 | 5A | CC | 0 | 3F | 11 | 4 | 13C | 59 | 42 |
| Octal | 365 | 132 | 314 | 0 | 77 | 21 | 4 | 474 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11001100 | 0 | 111111 | 10001 | 100 | 100111100 | 1011001 | 1000010 |
Color Harmonies of #F55ACC
Complementary color
Monochromatic Colors of #F55ACC
Black with #F55ACC
Text Example
Text Example
White with #F55ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ACC; }
p { color: rgb(245,90,204); }
H1.HeaderClassName
{
color: #F55ACC;
}
.AnyTagClassName
{
color: #F55ACC;
}
</style>
background-color css
<style>
a { background-color: #F55ACC; }
a { background-color: rgb(245,90,204); }
div.DivClassName
{
background-color: #F55ACC;
}
.BgClassName
{
background-color: #F55ACC;
}
</style>
border-color css
<style>
span { border-color: #F55ACC; }
span { border-color: rgb(245,90,204); }
td.TdClassName
{
border-color: #F55ACC;
}
.TagClassName
{
border-color: #F55ACC;
}
</style>