Shades of Neon Blue #5B5CF3
Tints of Neon Blue #5B5CF3
RGB
CMYK
RGB Variations
Color information
#5B5CF3 (or 0x5B5CF3) is known color: Neon Blue. HEX triplet: 5B, 5C and F3. RGB value is (91,92,243). Sum of RGB (Red+Green+Blue) = 91+92+243=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B5CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5CF3 is #A4A30C. Grayscale: #6C6C6C. Windows color (decimal): -10789645 or 15948891. OLE color: 15948891.
HSL color Cylindrical-coordinate representation of color #5B5CF3: hue angle of 239.61º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5CF3 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 92 | 243 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.05 |
| HSL | 239.61º | 0.86% | 0.65% | - |
| HSV(B) | 239.61º | 0.63% | 0.95% | - |
| XYZ | 24.32 | 16.35 | 86.67 | - |
| YUV | 108.92 | 203.67 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 243 | 0.63 | 0.62 | 0 | 0.05 | 239.61 | 0.86 | 0.65 |
| Hex | 5B | 5C | F3 | 3F | 3E | 0 | 5 | F0 | 56 | 41 |
| Octal | 133 | 134 | 363 | 77 | 76 | 0 | 5 | 360 | 126 | 101 |
| Binary | 1011011 | 1011100 | 11110011 | 111111 | 111110 | 0 | 101 | 11110000 | 1010110 | 1000001 |
Color Harmonies of #5B5CF3
Complementary color
Monochromatic Colors of #5B5CF3
Black with #5B5CF3
Text Example
Text Example
White with #5B5CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5CF3; }
p { color: rgb(91,92,243); }
H1.HeaderClassName
{
color: #5B5CF3;
}
.AnyTagClassName
{
color: #5B5CF3;
}
</style>
background-color css
<style>
a { background-color: #5B5CF3; }
a { background-color: rgb(91,92,243); }
div.DivClassName
{
background-color: #5B5CF3;
}
.BgClassName
{
background-color: #5B5CF3;
}
</style>
border-color css
<style>
span { border-color: #5B5CF3; }
span { border-color: rgb(91,92,243); }
td.TdClassName
{
border-color: #5B5CF3;
}
.TagClassName
{
border-color: #5B5CF3;
}
</style>