Shades of Neon Blue #5B3DF6
Tints of Neon Blue #5B3DF6
RGB
CMYK
RGB Variations
Color information
#5B3DF6 (or 0x5B3DF6) is known color: Neon Blue. HEX triplet: 5B, 3D and F6. RGB value is (91,61,246). Sum of RGB (Red+Green+Blue) = 91+61+246=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #5B3DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3DF6 is #A4C209. Grayscale: #5A5A5A. Windows color (decimal): -10797578 or 16137563. OLE color: 16137563.
HSL color Cylindrical-coordinate representation of color #5B3DF6: hue angle of 249.73º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3DF6 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 61 | 246 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.04 |
| HSL | 249.73º | 0.91% | 0.6% | - |
| HSV(B) | 249.73º | 0.75% | 0.96% | - |
| XYZ | 22.62 | 12.22 | 88.35 | - |
| YUV | 91.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 246 | 0.63 | 0.75 | 0 | 0.04 | 249.73 | 0.91 | 0.6 |
| Hex | 5B | 3D | F6 | 3F | 4B | 0 | 4 | FA | 5B | 3C |
| Octal | 133 | 75 | 366 | 77 | 113 | 0 | 4 | 372 | 133 | 74 |
| Binary | 1011011 | 111101 | 11110110 | 111111 | 1001011 | 0 | 100 | 11111010 | 1011011 | 111100 |
Color Harmonies of #5B3DF6
Complementary color
Monochromatic Colors of #5B3DF6
Black with #5B3DF6
Text Example
Text Example
White with #5B3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3DF6; }
p { color: rgb(91,61,246); }
H1.HeaderClassName
{
color: #5B3DF6;
}
.AnyTagClassName
{
color: #5B3DF6;
}
</style>
background-color css
<style>
a { background-color: #5B3DF6; }
a { background-color: rgb(91,61,246); }
div.DivClassName
{
background-color: #5B3DF6;
}
.BgClassName
{
background-color: #5B3DF6;
}
</style>
border-color css
<style>
span { border-color: #5B3DF6; }
span { border-color: rgb(91,61,246); }
td.TdClassName
{
border-color: #5B3DF6;
}
.TagClassName
{
border-color: #5B3DF6;
}
</style>