Shades of Neon Pink #FF5AC1
Tints of Neon Pink #FF5AC1
RGB
CMYK
RGB Variations
Color information
#FF5AC1 (or 0xFF5AC1) is known color: Neon Pink. HEX triplet: FF, 5A and C1. RGB value is (255,90,193). Sum of RGB (Red+Green+Blue) = 255+90+193=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AC1 is #00A53E. Grayscale: #969696. Windows color (decimal): -42303 or 12671743. OLE color: 12671743.
HSL color Cylindrical-coordinate representation of color #FF5AC1: hue angle of 322.55º 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 #FF5AC1 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 193 | - |
| CMYK | 0 | 0.65 | 0.24 | 0 |
| HSL | 322.55º | 1% | 0.68% | - |
| HSV(B) | 322.55º | 0.65% | 1% | - |
| XYZ | 54.52 | 32.42 | 53.84 | - |
| YUV | 151.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 193 | 0 | 0.65 | 0.24 | 0 | 322.55 | 1 | 0.68 |
| Hex | FF | 5A | C1 | 0 | 41 | 18 | 0 | 143 | 64 | 44 |
| Octal | 377 | 132 | 301 | 0 | 101 | 30 | 0 | 503 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11000001 | 0 | 1000001 | 11000 | 0 | 101000011 | 1100100 | 1000100 |
Color Harmonies of #FF5AC1
Complementary color
Monochromatic Colors of #FF5AC1
Black with #FF5AC1
Text Example
Text Example
White with #FF5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AC1; }
p { color: rgb(255,90,193); }
H1.HeaderClassName
{
color: #FF5AC1;
}
.AnyTagClassName
{
color: #FF5AC1;
}
</style>
background-color css
<style>
a { background-color: #FF5AC1; }
a { background-color: rgb(255,90,193); }
div.DivClassName
{
background-color: #FF5AC1;
}
.BgClassName
{
background-color: #FF5AC1;
}
</style>
border-color css
<style>
span { border-color: #FF5AC1; }
span { border-color: rgb(255,90,193); }
td.TdClassName
{
border-color: #FF5AC1;
}
.TagClassName
{
border-color: #FF5AC1;
}
</style>