Shades of Neon Pink #FF5AC6
Tints of Neon Pink #FF5AC6
RGB
CMYK
RGB Variations
Color information
#FF5AC6 (or 0xFF5AC6) is known color: Neon Pink. HEX triplet: FF, 5A and C6. RGB value is (255,90,198). Sum of RGB (Red+Green+Blue) = 255+90+198=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AC6 is #00A539. Grayscale: #979797. Windows color (decimal): -42298 or 12999423. OLE color: 12999423.
HSL color Cylindrical-coordinate representation of color #FF5AC6: hue angle of 320.73º 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 #FF5AC6 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 198 | - |
| CMYK | 0 | 0.65 | 0.22 | 0 |
| HSL | 320.73º | 1% | 0.68% | - |
| HSV(B) | 320.73º | 0.65% | 1% | - |
| XYZ | 55.09 | 32.65 | 56.82 | - |
| YUV | 151.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 198 | 0 | 0.65 | 0.22 | 0 | 320.73 | 1 | 0.68 |
| Hex | FF | 5A | C6 | 0 | 41 | 16 | 0 | 141 | 64 | 44 |
| Octal | 377 | 132 | 306 | 0 | 101 | 26 | 0 | 501 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11000110 | 0 | 1000001 | 10110 | 0 | 101000001 | 1100100 | 1000100 |
Color Harmonies of #FF5AC6
Complementary color
Monochromatic Colors of #FF5AC6
Black with #FF5AC6
Text Example
Text Example
White with #FF5AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AC6; }
p { color: rgb(255,90,198); }
H1.HeaderClassName
{
color: #FF5AC6;
}
.AnyTagClassName
{
color: #FF5AC6;
}
</style>
background-color css
<style>
a { background-color: #FF5AC6; }
a { background-color: rgb(255,90,198); }
div.DivClassName
{
background-color: #FF5AC6;
}
.BgClassName
{
background-color: #FF5AC6;
}
</style>
border-color css
<style>
span { border-color: #FF5AC6; }
span { border-color: rgb(255,90,198); }
td.TdClassName
{
border-color: #FF5AC6;
}
.TagClassName
{
border-color: #FF5AC6;
}
</style>