Shades of Neon Pink #F55AC1
Tints of Neon Pink #F55AC1
RGB
CMYK
RGB Variations
Color information
#F55AC1 (or 0xF55AC1) is known color: Neon Pink. HEX triplet: F5, 5A and C1. RGB value is (245,90,193). Sum of RGB (Red+Green+Blue) = 245+90+193=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AC1 is #0AA53E. Grayscale: #939393. Windows color (decimal): -697663 or 12671733. OLE color: 12671733.
HSL color Cylindrical-coordinate representation of color #F55AC1: hue angle of 320.13º 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 #F55AC1 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 193 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.04 |
| HSL | 320.13º | 0.89% | 0.66% | - |
| HSV(B) | 320.13º | 0.63% | 0.96% | - |
| XYZ | 50.94 | 30.58 | 53.67 | - |
| YUV | 148.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 193 | 0 | 0.63 | 0.21 | 0.04 | 320.13 | 0.89 | 0.66 |
| Hex | F5 | 5A | C1 | 0 | 3F | 15 | 4 | 140 | 59 | 42 |
| Octal | 365 | 132 | 301 | 0 | 77 | 25 | 4 | 500 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11000001 | 0 | 111111 | 10101 | 100 | 101000000 | 1011001 | 1000010 |
Color Harmonies of #F55AC1
Complementary color
Monochromatic Colors of #F55AC1
Black with #F55AC1
Text Example
Text Example
White with #F55AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AC1; }
p { color: rgb(245,90,193); }
H1.HeaderClassName
{
color: #F55AC1;
}
.AnyTagClassName
{
color: #F55AC1;
}
</style>
background-color css
<style>
a { background-color: #F55AC1; }
a { background-color: rgb(245,90,193); }
div.DivClassName
{
background-color: #F55AC1;
}
.BgClassName
{
background-color: #F55AC1;
}
</style>
border-color css
<style>
span { border-color: #F55AC1; }
span { border-color: rgb(245,90,193); }
td.TdClassName
{
border-color: #F55AC1;
}
.TagClassName
{
border-color: #F55AC1;
}
</style>