Shades of Neon Pink #F55AC8
Tints of Neon Pink #F55AC8
RGB
CMYK
RGB Variations
Color information
#F55AC8 (or 0xF55AC8) is known color: Neon Pink. HEX triplet: F5, 5A and C8. RGB value is (245,90,200). Sum of RGB (Red+Green+Blue) = 245+90+200=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AC8 is #0AA537. Grayscale: #949494. Windows color (decimal): -697656 or 13130485. OLE color: 13130485.
HSL color Cylindrical-coordinate representation of color #F55AC8: hue angle of 317.42º 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 #F55AC8 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 200 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.04 |
| HSL | 317.42º | 0.89% | 0.66% | - |
| HSV(B) | 317.42º | 0.63% | 0.96% | - |
| XYZ | 51.74 | 30.89 | 57.88 | - |
| YUV | 148.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 200 | 0 | 0.63 | 0.18 | 0.04 | 317.42 | 0.89 | 0.66 |
| Hex | F5 | 5A | C8 | 0 | 3F | 12 | 4 | 13D | 59 | 42 |
| Octal | 365 | 132 | 310 | 0 | 77 | 22 | 4 | 475 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11001000 | 0 | 111111 | 10010 | 100 | 100111101 | 1011001 | 1000010 |
Color Harmonies of #F55AC8
Complementary color
Monochromatic Colors of #F55AC8
Black with #F55AC8
Text Example
Text Example
White with #F55AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AC8; }
p { color: rgb(245,90,200); }
H1.HeaderClassName
{
color: #F55AC8;
}
.AnyTagClassName
{
color: #F55AC8;
}
</style>
background-color css
<style>
a { background-color: #F55AC8; }
a { background-color: rgb(245,90,200); }
div.DivClassName
{
background-color: #F55AC8;
}
.BgClassName
{
background-color: #F55AC8;
}
</style>
border-color css
<style>
span { border-color: #F55AC8; }
span { border-color: rgb(245,90,200); }
td.TdClassName
{
border-color: #F55AC8;
}
.TagClassName
{
border-color: #F55AC8;
}
</style>