Shades of Neon Blue #5749E4
Tints of Neon Blue #5749E4
RGB
CMYK
RGB Variations
Color information
#5749E4 (or 0x5749E4) is known color: Neon Blue. HEX triplet: 57, 49 and E4. RGB value is (87,73,228). Sum of RGB (Red+Green+Blue) = 87+73+228=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 228 (89.45% from 255 or 58.76% from 388); Max value from RGB is 228 - color contains mainly: blue. Hex color #5749E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749E4 is #A8B61B. Grayscale: #5E5E5E. Windows color (decimal): -11056668 or 14960983. OLE color: 14960983.
HSL color Cylindrical-coordinate representation of color #5749E4: hue angle of 245.42º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5749E4 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 73 | 228 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.11 |
| HSL | 245.42º | 0.74% | 0.59% | - |
| HSV(B) | 245.42º | 0.68% | 0.89% | - |
| XYZ | 20.32 | 12.39 | 74.72 | - |
| YUV | 94.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 73 | 228 | 0.62 | 0.68 | 0 | 0.11 | 245.42 | 0.74 | 0.59 |
| Hex | 57 | 49 | E4 | 3E | 44 | 0 | B | F5 | 4A | 3B |
| Octal | 127 | 111 | 344 | 76 | 104 | 0 | 13 | 365 | 112 | 73 |
| Binary | 1010111 | 1001001 | 11100100 | 111110 | 1000100 | 0 | 1011 | 11110101 | 1001010 | 111011 |
Color Harmonies of #5749E4
Complementary color
Monochromatic Colors of #5749E4
Black with #5749E4
Text Example
Text Example
White with #5749E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5749E4; }
p { color: rgb(87,73,228); }
H1.HeaderClassName
{
color: #5749E4;
}
.AnyTagClassName
{
color: #5749E4;
}
</style>
background-color css
<style>
a { background-color: #5749E4; }
a { background-color: rgb(87,73,228); }
div.DivClassName
{
background-color: #5749E4;
}
.BgClassName
{
background-color: #5749E4;
}
</style>
border-color css
<style>
span { border-color: #5749E4; }
span { border-color: rgb(87,73,228); }
td.TdClassName
{
border-color: #5749E4;
}
.TagClassName
{
border-color: #5749E4;
}
</style>