Shades of Neon Blue #5343ED
Tints of Neon Blue #5343ED
RGB
CMYK
RGB Variations
Color information
#5343ED (or 0x5343ED) is known color: Neon Blue. HEX triplet: 53, 43 and ED. RGB value is (83,67,237). Sum of RGB (Red+Green+Blue) = 83+67+237=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #5343ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5343ED is #ACBC12. Grayscale: #5A5A5A. Windows color (decimal): -11320339 or 15549267. OLE color: 15549267.
HSL color Cylindrical-coordinate representation of color #5343ED: hue angle of 245.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5343ED is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 67 | 237 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.07 |
| HSL | 245.65º | 0.83% | 0.6% | - |
| HSV(B) | 245.65º | 0.72% | 0.93% | - |
| XYZ | 20.86 | 11.97 | 81.33 | - |
| YUV | 91.16 | 210.3 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 237 | 0.65 | 0.72 | 0 | 0.07 | 245.65 | 0.83 | 0.6 |
| Hex | 53 | 43 | ED | 41 | 48 | 0 | 7 | F6 | 53 | 3C |
| Octal | 123 | 103 | 355 | 101 | 110 | 0 | 7 | 366 | 123 | 74 |
| Binary | 1010011 | 1000011 | 11101101 | 1000001 | 1001000 | 0 | 111 | 11110110 | 1010011 | 111100 |
Color Harmonies of #5343ED
Complementary color
Monochromatic Colors of #5343ED
Black with #5343ED
Text Example
Text Example
White with #5343ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5343ED; }
p { color: rgb(83,67,237); }
H1.HeaderClassName
{
color: #5343ED;
}
.AnyTagClassName
{
color: #5343ED;
}
</style>
background-color css
<style>
a { background-color: #5343ED; }
a { background-color: rgb(83,67,237); }
div.DivClassName
{
background-color: #5343ED;
}
.BgClassName
{
background-color: #5343ED;
}
</style>
border-color css
<style>
span { border-color: #5343ED; }
span { border-color: rgb(83,67,237); }
td.TdClassName
{
border-color: #5343ED;
}
.TagClassName
{
border-color: #5343ED;
}
</style>