Shades of Neon Blue #5B63FA
Tints of Neon Blue #5B63FA
RGB
CMYK
RGB Variations
Color information
#5B63FA (or 0x5B63FA) is known color: Neon Blue. HEX triplet: 5B, 63 and FA. RGB value is (91,99,250). Sum of RGB (Red+Green+Blue) = 91+99+250=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B63FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B63FA is #A49C05. Grayscale: #717171. Windows color (decimal): -10787846 or 16409435. OLE color: 16409435.
HSL color Cylindrical-coordinate representation of color #5B63FA: hue angle of 236.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B63FA is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 99 | 250 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.02 |
| HSL | 236.98º | 0.94% | 0.67% | - |
| HSV(B) | 236.98º | 0.64% | 0.98% | - |
| XYZ | 26.03 | 18.05 | 92.55 | - |
| YUV | 113.82 | 204.85 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 250 | 0.64 | 0.60 | 0 | 0.02 | 236.98 | 0.94 | 0.67 |
| Hex | 5B | 63 | FA | 40 | 3C | 0 | 2 | ED | 5E | 43 |
| Octal | 133 | 143 | 372 | 100 | 74 | 0 | 2 | 355 | 136 | 103 |
| Binary | 1011011 | 1100011 | 11111010 | 1000000 | 111100 | 0 | 10 | 11101101 | 1011110 | 1000011 |
Color Harmonies of #5B63FA
Complementary color
Monochromatic Colors of #5B63FA
Black with #5B63FA
Text Example
Text Example
White with #5B63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B63FA; }
p { color: rgb(91,99,250); }
H1.HeaderClassName
{
color: #5B63FA;
}
.AnyTagClassName
{
color: #5B63FA;
}
</style>
background-color css
<style>
a { background-color: #5B63FA; }
a { background-color: rgb(91,99,250); }
div.DivClassName
{
background-color: #5B63FA;
}
.BgClassName
{
background-color: #5B63FA;
}
</style>
border-color css
<style>
span { border-color: #5B63FA; }
span { border-color: rgb(91,99,250); }
td.TdClassName
{
border-color: #5B63FA;
}
.TagClassName
{
border-color: #5B63FA;
}
</style>