Shades of Neon Blue #5B42F9
Tints of Neon Blue #5B42F9
RGB
CMYK
RGB Variations
Color information
#5B42F9 (or 0x5B42F9) is known color: Neon Blue. HEX triplet: 5B, 42 and F9. RGB value is (91,66,249). Sum of RGB (Red+Green+Blue) = 91+66+249=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 249 (97.66% from 255 or 61.33% from 406); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B42F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B42F9 is #A4BD06. Grayscale: #5D5D5D. Windows color (decimal): -10796295 or 16335451. OLE color: 16335451.
HSL color Cylindrical-coordinate representation of color #5B42F9: hue angle of 248.2º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B42F9 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 66 | 249 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.02 |
| HSL | 248.2º | 0.94% | 0.62% | - |
| HSV(B) | 248.2º | 0.73% | 0.98% | - |
| XYZ | 23.36 | 12.96 | 90.89 | - |
| YUV | 94.34 | 215.28 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 249 | 0.63 | 0.73 | 0 | 0.02 | 248.2 | 0.94 | 0.62 |
| Hex | 5B | 42 | F9 | 3F | 49 | 0 | 2 | F8 | 5E | 3E |
| Octal | 133 | 102 | 371 | 77 | 111 | 0 | 2 | 370 | 136 | 76 |
| Binary | 1011011 | 1000010 | 11111001 | 111111 | 1001001 | 0 | 10 | 11111000 | 1011110 | 111110 |
Color Harmonies of #5B42F9
Complementary color
Monochromatic Colors of #5B42F9
Black with #5B42F9
Text Example
Text Example
White with #5B42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B42F9; }
p { color: rgb(91,66,249); }
H1.HeaderClassName
{
color: #5B42F9;
}
.AnyTagClassName
{
color: #5B42F9;
}
</style>
background-color css
<style>
a { background-color: #5B42F9; }
a { background-color: rgb(91,66,249); }
div.DivClassName
{
background-color: #5B42F9;
}
.BgClassName
{
background-color: #5B42F9;
}
</style>
border-color css
<style>
span { border-color: #5B42F9; }
span { border-color: rgb(91,66,249); }
td.TdClassName
{
border-color: #5B42F9;
}
.TagClassName
{
border-color: #5B42F9;
}
</style>