Shades of Neon Blue #5B4DF3
Tints of Neon Blue #5B4DF3
RGB
CMYK
RGB Variations
Color information
#5B4DF3 (or 0x5B4DF3) is known color: Neon Blue. HEX triplet: 5B, 4D and F3. RGB value is (91,77,243). Sum of RGB (Red+Green+Blue) = 91+77+243=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B4DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B4DF3 is #A4B20C. Grayscale: #636363. Windows color (decimal): -10793485 or 15945051. OLE color: 15945051.
HSL color Cylindrical-coordinate representation of color #5B4DF3: hue angle of 245.06º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B4DF3 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 77 | 243 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.05 |
| HSL | 245.06º | 0.87% | 0.63% | - |
| HSV(B) | 245.06º | 0.68% | 0.95% | - |
| XYZ | 23.15 | 14 | 86.28 | - |
| YUV | 100.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 77 | 243 | 0.63 | 0.68 | 0 | 0.05 | 245.06 | 0.87 | 0.63 |
| Hex | 5B | 4D | F3 | 3F | 44 | 0 | 5 | F5 | 57 | 3F |
| Octal | 133 | 115 | 363 | 77 | 104 | 0 | 5 | 365 | 127 | 77 |
| Binary | 1011011 | 1001101 | 11110011 | 111111 | 1000100 | 0 | 101 | 11110101 | 1010111 | 111111 |
Color Harmonies of #5B4DF3
Complementary color
Monochromatic Colors of #5B4DF3
Black with #5B4DF3
Text Example
Text Example
White with #5B4DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4DF3; }
p { color: rgb(91,77,243); }
H1.HeaderClassName
{
color: #5B4DF3;
}
.AnyTagClassName
{
color: #5B4DF3;
}
</style>
background-color css
<style>
a { background-color: #5B4DF3; }
a { background-color: rgb(91,77,243); }
div.DivClassName
{
background-color: #5B4DF3;
}
.BgClassName
{
background-color: #5B4DF3;
}
</style>
border-color css
<style>
span { border-color: #5B4DF3; }
span { border-color: rgb(91,77,243); }
td.TdClassName
{
border-color: #5B4DF3;
}
.TagClassName
{
border-color: #5B4DF3;
}
</style>