Shades of Neon Blue #5A63FF
Tints of Neon Blue #5A63FF
RGB
CMYK
RGB Variations
Color information
#5A63FF (or 0x5A63FF) is known color: Neon Blue. HEX triplet: 5A, 63 and FF. RGB value is (90,99,255). Sum of RGB (Red+Green+Blue) = 90+99+255=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A63FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A63FF is #A59C00. Grayscale: #717171. Windows color (decimal): -10853377 or 16737114. OLE color: 16737114.
HSL color Cylindrical-coordinate representation of color #5A63FF: hue angle of 236.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 #5A63FF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 99 | 255 | - |
| CMYK | 0.65 | 0.61 | 0 | 0 |
| HSL | 236.73º | 1% | 0.68% | - |
| HSV(B) | 236.73º | 0.65% | 1% | - |
| XYZ | 26.73 | 18.32 | 96.73 | - |
| YUV | 114.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 255 | 0.65 | 0.61 | 0 | 0 | 236.73 | 1 | 0.68 |
| Hex | 5A | 63 | FF | 41 | 3D | 0 | 0 | ED | 64 | 44 |
| Octal | 132 | 143 | 377 | 101 | 75 | 0 | 0 | 355 | 144 | 104 |
| Binary | 1011010 | 1100011 | 11111111 | 1000001 | 111101 | 0 | 0 | 11101101 | 1100100 | 1000100 |
Color Harmonies of #5A63FF
Complementary color
Monochromatic Colors of #5A63FF
Black with #5A63FF
Text Example
Text Example
White with #5A63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A63FF; }
p { color: rgb(90,99,255); }
H1.HeaderClassName
{
color: #5A63FF;
}
.AnyTagClassName
{
color: #5A63FF;
}
</style>
background-color css
<style>
a { background-color: #5A63FF; }
a { background-color: rgb(90,99,255); }
div.DivClassName
{
background-color: #5A63FF;
}
.BgClassName
{
background-color: #5A63FF;
}
</style>
border-color css
<style>
span { border-color: #5A63FF; }
span { border-color: rgb(90,99,255); }
td.TdClassName
{
border-color: #5A63FF;
}
.TagClassName
{
border-color: #5A63FF;
}
</style>