Shades of Neon Blue #5541EA
Tints of Neon Blue #5541EA
RGB
CMYK
RGB Variations
Color information
#5541EA (or 0x5541EA) is known color: Neon Blue. HEX triplet: 55, 41 and EA. RGB value is (85,65,234). Sum of RGB (Red+Green+Blue) = 85+65+234=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #5541EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5541EA is #AABE15. Grayscale: #595959. Windows color (decimal): -11189782 or 15352149. OLE color: 15352149.
HSL color Cylindrical-coordinate representation of color #5541EA: hue angle of 247.1º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5541EA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 65 | 234 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.08 |
| HSL | 247.1º | 0.8% | 0.59% | - |
| HSV(B) | 247.1º | 0.72% | 0.92% | - |
| XYZ | 20.49 | 11.65 | 79.01 | - |
| YUV | 90.25 | 209.13 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 234 | 0.64 | 0.72 | 0 | 0.08 | 247.1 | 0.8 | 0.59 |
| Hex | 55 | 41 | EA | 40 | 48 | 0 | 8 | F7 | 50 | 3B |
| Octal | 125 | 101 | 352 | 100 | 110 | 0 | 10 | 367 | 120 | 73 |
| Binary | 1010101 | 1000001 | 11101010 | 1000000 | 1001000 | 0 | 1000 | 11110111 | 1010000 | 111011 |
Color Harmonies of #5541EA
Complementary color
Monochromatic Colors of #5541EA
Black with #5541EA
Text Example
Text Example
White with #5541EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5541EA; }
p { color: rgb(85,65,234); }
H1.HeaderClassName
{
color: #5541EA;
}
.AnyTagClassName
{
color: #5541EA;
}
</style>
background-color css
<style>
a { background-color: #5541EA; }
a { background-color: rgb(85,65,234); }
div.DivClassName
{
background-color: #5541EA;
}
.BgClassName
{
background-color: #5541EA;
}
</style>
border-color css
<style>
span { border-color: #5541EA; }
span { border-color: rgb(85,65,234); }
td.TdClassName
{
border-color: #5541EA;
}
.TagClassName
{
border-color: #5541EA;
}
</style>