Shades of Neon Pink #F55ABF
Tints of Neon Pink #F55ABF
RGB
CMYK
RGB Variations
Color information
#F55ABF (or 0xF55ABF) is known color: Neon Pink. HEX triplet: F5, 5A and BF. RGB value is (245,90,191). Sum of RGB (Red+Green+Blue) = 245+90+191=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ABF is #0AA540. Grayscale: #939393. Windows color (decimal): -697665 or 12540661. OLE color: 12540661.
HSL color Cylindrical-coordinate representation of color #F55ABF: hue angle of 320.9º 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 #F55ABF is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 191 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.04 |
| HSL | 320.9º | 0.89% | 0.66% | - |
| HSV(B) | 320.9º | 0.63% | 0.96% | - |
| XYZ | 50.72 | 30.49 | 52.5 | - |
| YUV | 147.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 191 | 0 | 0.63 | 0.22 | 0.04 | 320.9 | 0.89 | 0.66 |
| Hex | F5 | 5A | BF | 0 | 3F | 16 | 4 | 141 | 59 | 42 |
| Octal | 365 | 132 | 277 | 0 | 77 | 26 | 4 | 501 | 131 | 102 |
| Binary | 11110101 | 1011010 | 10111111 | 0 | 111111 | 10110 | 100 | 101000001 | 1011001 | 1000010 |
Color Harmonies of #F55ABF
Complementary color
Monochromatic Colors of #F55ABF
Black with #F55ABF
Text Example
Text Example
White with #F55ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ABF; }
p { color: rgb(245,90,191); }
H1.HeaderClassName
{
color: #F55ABF;
}
.AnyTagClassName
{
color: #F55ABF;
}
</style>
background-color css
<style>
a { background-color: #F55ABF; }
a { background-color: rgb(245,90,191); }
div.DivClassName
{
background-color: #F55ABF;
}
.BgClassName
{
background-color: #F55ABF;
}
</style>
border-color css
<style>
span { border-color: #F55ABF; }
span { border-color: rgb(245,90,191); }
td.TdClassName
{
border-color: #F55ABF;
}
.TagClassName
{
border-color: #F55ABF;
}
</style>