Shades of Neon Pink #F55ACB
Tints of Neon Pink #F55ACB
RGB
CMYK
RGB Variations
Color information
#F55ACB (or 0xF55ACB) is known color: Neon Pink. HEX triplet: F5, 5A and CB. RGB value is (245,90,203). Sum of RGB (Red+Green+Blue) = 245+90+203=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ACB is #0AA534. Grayscale: #949494. Windows color (decimal): -697653 or 13327093. OLE color: 13327093.
HSL color Cylindrical-coordinate representation of color #F55ACB: hue angle of 316.26º 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 #F55ACB is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 203 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 316.26º | 0.89% | 0.66% | - |
| HSV(B) | 316.26º | 0.63% | 0.96% | - |
| XYZ | 52.09 | 31.04 | 59.75 | - |
| YUV | 149.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 203 | 0 | 0.63 | 0.17 | 0.04 | 316.26 | 0.89 | 0.66 |
| Hex | F5 | 5A | CB | 0 | 3F | 11 | 4 | 13C | 59 | 42 |
| Octal | 365 | 132 | 313 | 0 | 77 | 21 | 4 | 474 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11001011 | 0 | 111111 | 10001 | 100 | 100111100 | 1011001 | 1000010 |
Color Harmonies of #F55ACB
Complementary color
Monochromatic Colors of #F55ACB
Black with #F55ACB
Text Example
Text Example
White with #F55ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ACB; }
p { color: rgb(245,90,203); }
H1.HeaderClassName
{
color: #F55ACB;
}
.AnyTagClassName
{
color: #F55ACB;
}
</style>
background-color css
<style>
a { background-color: #F55ACB; }
a { background-color: rgb(245,90,203); }
div.DivClassName
{
background-color: #F55ACB;
}
.BgClassName
{
background-color: #F55ACB;
}
</style>
border-color css
<style>
span { border-color: #F55ACB; }
span { border-color: rgb(245,90,203); }
td.TdClassName
{
border-color: #F55ACB;
}
.TagClassName
{
border-color: #F55ACB;
}
</style>