Shades of Neon Blue #5B58FA
Tints of Neon Blue #5B58FA
RGB
CMYK
RGB Variations
Color information
#5B58FA (or 0x5B58FA) is known color: Neon Blue. HEX triplet: 5B, 58 and FA. RGB value is (91,88,250). Sum of RGB (Red+Green+Blue) = 91+88+250=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B58FA is #A4A705. Grayscale: #6A6A6A. Windows color (decimal): -10790662 or 16406619. OLE color: 16406619.
HSL color Cylindrical-coordinate representation of color #5B58FA: hue angle of 241.11º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B58FA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 88 | 250 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.02 |
| HSL | 241.11º | 0.94% | 0.66% | - |
| HSV(B) | 241.11º | 0.65% | 0.98% | - |
| XYZ | 25.06 | 16.11 | 92.23 | - |
| YUV | 107.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 250 | 0.64 | 0.65 | 0 | 0.02 | 241.11 | 0.94 | 0.66 |
| Hex | 5B | 58 | FA | 40 | 41 | 0 | 2 | F1 | 5E | 42 |
| Octal | 133 | 130 | 372 | 100 | 101 | 0 | 2 | 361 | 136 | 102 |
| Binary | 1011011 | 1011000 | 11111010 | 1000000 | 1000001 | 0 | 10 | 11110001 | 1011110 | 1000010 |
Color Harmonies of #5B58FA
Complementary color
Monochromatic Colors of #5B58FA
Black with #5B58FA
Text Example
Text Example
White with #5B58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B58FA; }
p { color: rgb(91,88,250); }
H1.HeaderClassName
{
color: #5B58FA;
}
.AnyTagClassName
{
color: #5B58FA;
}
</style>
background-color css
<style>
a { background-color: #5B58FA; }
a { background-color: rgb(91,88,250); }
div.DivClassName
{
background-color: #5B58FA;
}
.BgClassName
{
background-color: #5B58FA;
}
</style>
border-color css
<style>
span { border-color: #5B58FA; }
span { border-color: rgb(91,88,250); }
td.TdClassName
{
border-color: #5B58FA;
}
.TagClassName
{
border-color: #5B58FA;
}
</style>