Shades of Neon Blue #5346EA
Tints of Neon Blue #5346EA
RGB
CMYK
RGB Variations
Color information
#5346EA (or 0x5346EA) is known color: Neon Blue. HEX triplet: 53, 46 and EA. RGB value is (83,70,234). Sum of RGB (Red+Green+Blue) = 83+70+234=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #5346EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5346EA is #ACB915. Grayscale: #5B5B5B. Windows color (decimal): -11319574 or 15353427. OLE color: 15353427.
HSL color Cylindrical-coordinate representation of color #5346EA: hue angle of 244.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5346EA is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 70 | 234 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.08 |
| HSL | 244.76º | 0.8% | 0.6% | - |
| HSV(B) | 244.76º | 0.7% | 0.92% | - |
| XYZ | 20.61 | 12.16 | 79.1 | - |
| YUV | 92.58 | 207.81 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 234 | 0.65 | 0.70 | 0 | 0.08 | 244.76 | 0.8 | 0.6 |
| Hex | 53 | 46 | EA | 41 | 46 | 0 | 8 | F5 | 50 | 3C |
| Octal | 123 | 106 | 352 | 101 | 106 | 0 | 10 | 365 | 120 | 74 |
| Binary | 1010011 | 1000110 | 11101010 | 1000001 | 1000110 | 0 | 1000 | 11110101 | 1010000 | 111100 |
Color Harmonies of #5346EA
Complementary color
Monochromatic Colors of #5346EA
Black with #5346EA
Text Example
Text Example
White with #5346EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5346EA; }
p { color: rgb(83,70,234); }
H1.HeaderClassName
{
color: #5346EA;
}
.AnyTagClassName
{
color: #5346EA;
}
</style>
background-color css
<style>
a { background-color: #5346EA; }
a { background-color: rgb(83,70,234); }
div.DivClassName
{
background-color: #5346EA;
}
.BgClassName
{
background-color: #5346EA;
}
</style>
border-color css
<style>
span { border-color: #5346EA; }
span { border-color: rgb(83,70,234); }
td.TdClassName
{
border-color: #5346EA;
}
.TagClassName
{
border-color: #5346EA;
}
</style>