Shades of Neon Blue #5437E9
Tints of Neon Blue #5437E9
RGB
CMYK
RGB Variations
Color information
#5437E9 (or 0x5437E9) is known color: Neon Blue. HEX triplet: 54, 37 and E9. RGB value is (84,55,233). Sum of RGB (Red+Green+Blue) = 84+55+233=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 233 (91.41% from 255 or 62.63% from 372); Max value from RGB is 233 - color contains mainly: blue. Hex color #5437E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5437E9 is #ABC816. Grayscale: #535353. Windows color (decimal): -11257879 or 15284052. OLE color: 15284052.
HSL color Cylindrical-coordinate representation of color #5437E9: hue angle of 249.78º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5437E9 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 55 | 233 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.09 |
| HSL | 249.78º | 0.8% | 0.56% | - |
| HSV(B) | 249.78º | 0.76% | 0.91% | - |
| XYZ | 19.73 | 10.5 | 78.08 | - |
| YUV | 83.96 | 212.11 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 233 | 0.64 | 0.76 | 0 | 0.09 | 249.78 | 0.8 | 0.56 |
| Hex | 54 | 37 | E9 | 40 | 4C | 0 | 9 | FA | 50 | 38 |
| Octal | 124 | 67 | 351 | 100 | 114 | 0 | 11 | 372 | 120 | 70 |
| Binary | 1010100 | 110111 | 11101001 | 1000000 | 1001100 | 0 | 1001 | 11111010 | 1010000 | 111000 |
Color Harmonies of #5437E9
Complementary color
Monochromatic Colors of #5437E9
Black with #5437E9
Text Example
Text Example
White with #5437E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5437E9; }
p { color: rgb(84,55,233); }
H1.HeaderClassName
{
color: #5437E9;
}
.AnyTagClassName
{
color: #5437E9;
}
</style>
background-color css
<style>
a { background-color: #5437E9; }
a { background-color: rgb(84,55,233); }
div.DivClassName
{
background-color: #5437E9;
}
.BgClassName
{
background-color: #5437E9;
}
</style>
border-color css
<style>
span { border-color: #5437E9; }
span { border-color: rgb(84,55,233); }
td.TdClassName
{
border-color: #5437E9;
}
.TagClassName
{
border-color: #5437E9;
}
</style>