Shades of Neon Blue #5345E6
Tints of Neon Blue #5345E6
RGB
CMYK
RGB Variations
Color information
#5345E6 (or 0x5345E6) is known color: Neon Blue. HEX triplet: 53, 45 and E6. RGB value is (83,69,230). Sum of RGB (Red+Green+Blue) = 83+69+230=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #5345E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5345E6 is #ACBA19. Grayscale: #5A5A5A. Windows color (decimal): -11319834 or 15091027. OLE color: 15091027.
HSL color Cylindrical-coordinate representation of color #5345E6: hue angle of 245.22º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5345E6 is Cyan = 0.64, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 69 | 230 | - |
| CMYK | 0.64 | 0.7 | 0 | 0.10 |
| HSL | 245.22º | 0.76% | 0.59% | - |
| HSV(B) | 245.22º | 0.7% | 0.9% | - |
| XYZ | 19.98 | 11.81 | 76.09 | - |
| YUV | 91.54 | 206.14 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 230 | 0.64 | 0.7 | 0 | 0.10 | 245.22 | 0.76 | 0.59 |
| Hex | 53 | 45 | E6 | 40 | 46 | 0 | A | F5 | 4C | 3B |
| Octal | 123 | 105 | 346 | 100 | 106 | 0 | 12 | 365 | 114 | 73 |
| Binary | 1010011 | 1000101 | 11100110 | 1000000 | 1000110 | 0 | 1010 | 11110101 | 1001100 | 111011 |
Color Harmonies of #5345E6
Complementary color
Monochromatic Colors of #5345E6
Black with #5345E6
Text Example
Text Example
White with #5345E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345E6; }
p { color: rgb(83,69,230); }
H1.HeaderClassName
{
color: #5345E6;
}
.AnyTagClassName
{
color: #5345E6;
}
</style>
background-color css
<style>
a { background-color: #5345E6; }
a { background-color: rgb(83,69,230); }
div.DivClassName
{
background-color: #5345E6;
}
.BgClassName
{
background-color: #5345E6;
}
</style>
border-color css
<style>
span { border-color: #5345E6; }
span { border-color: rgb(83,69,230); }
td.TdClassName
{
border-color: #5345E6;
}
.TagClassName
{
border-color: #5345E6;
}
</style>