Shades of Neon Blue #5B3BFA
Tints of Neon Blue #5B3BFA
RGB
CMYK
RGB Variations
Color information
#5B3BFA (or 0x5B3BFA) is known color: Neon Blue. HEX triplet: 5B, 3B and FA. RGB value is (91,59,250). Sum of RGB (Red+Green+Blue) = 91+59+250=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B3BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3BFA is #A4C405. Grayscale: #595959. Windows color (decimal): -10798086 or 16399195. OLE color: 16399195.
HSL color Cylindrical-coordinate representation of color #5B3BFA: hue angle of 250.05º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B3BFA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 59 | 250 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.02 |
| HSL | 250.05º | 0.95% | 0.61% | - |
| HSV(B) | 250.05º | 0.76% | 0.98% | - |
| XYZ | 23.13 | 12.25 | 91.59 | - |
| YUV | 90.34 | 218.1 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 250 | 0.64 | 0.76 | 0 | 0.02 | 250.05 | 0.95 | 0.61 |
| Hex | 5B | 3B | FA | 40 | 4C | 0 | 2 | FA | 5F | 3D |
| Octal | 133 | 73 | 372 | 100 | 114 | 0 | 2 | 372 | 137 | 75 |
| Binary | 1011011 | 111011 | 11111010 | 1000000 | 1001100 | 0 | 10 | 11111010 | 1011111 | 111101 |
Color Harmonies of #5B3BFA
Complementary color
Monochromatic Colors of #5B3BFA
Black with #5B3BFA
Text Example
Text Example
White with #5B3BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BFA; }
p { color: rgb(91,59,250); }
H1.HeaderClassName
{
color: #5B3BFA;
}
.AnyTagClassName
{
color: #5B3BFA;
}
</style>
background-color css
<style>
a { background-color: #5B3BFA; }
a { background-color: rgb(91,59,250); }
div.DivClassName
{
background-color: #5B3BFA;
}
.BgClassName
{
background-color: #5B3BFA;
}
</style>
border-color css
<style>
span { border-color: #5B3BFA; }
span { border-color: rgb(91,59,250); }
td.TdClassName
{
border-color: #5B3BFA;
}
.TagClassName
{
border-color: #5B3BFA;
}
</style>