Shades of Neon Pink #FF5AC0
Tints of Neon Pink #FF5AC0
RGB
CMYK
RGB Variations
Color information
#FF5AC0 (or 0xFF5AC0) is known color: Neon Pink. HEX triplet: FF, 5A and C0. RGB value is (255,90,192). Sum of RGB (Red+Green+Blue) = 255+90+192=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AC0 is #00A53F. Grayscale: #969696. Windows color (decimal): -42304 or 12606207. OLE color: 12606207.
HSL color Cylindrical-coordinate representation of color #FF5AC0: hue angle of 322.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AC0 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 192 | - |
| CMYK | 0 | 0.65 | 0.25 | 0 |
| HSL | 322.91º | 1% | 0.68% | - |
| HSV(B) | 322.91º | 0.65% | 1% | - |
| XYZ | 54.41 | 32.38 | 53.25 | - |
| YUV | 150.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 192 | 0 | 0.65 | 0.25 | 0 | 322.91 | 1 | 0.68 |
| Hex | FF | 5A | C0 | 0 | 41 | 19 | 0 | 143 | 64 | 44 |
| Octal | 377 | 132 | 300 | 0 | 101 | 31 | 0 | 503 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11000000 | 0 | 1000001 | 11001 | 0 | 101000011 | 1100100 | 1000100 |
Color Harmonies of #FF5AC0
Complementary color
Monochromatic Colors of #FF5AC0
Black with #FF5AC0
Text Example
Text Example
White with #FF5AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AC0; }
p { color: rgb(255,90,192); }
H1.HeaderClassName
{
color: #FF5AC0;
}
.AnyTagClassName
{
color: #FF5AC0;
}
</style>
background-color css
<style>
a { background-color: #FF5AC0; }
a { background-color: rgb(255,90,192); }
div.DivClassName
{
background-color: #FF5AC0;
}
.BgClassName
{
background-color: #FF5AC0;
}
</style>
border-color css
<style>
span { border-color: #FF5AC0; }
span { border-color: rgb(255,90,192); }
td.TdClassName
{
border-color: #FF5AC0;
}
.TagClassName
{
border-color: #FF5AC0;
}
</style>