#5340E1

Color #5340E1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5340E1

Tints of Neon Blue #5340E1

Color information

#5340E1 (or 0x5340E1) is unknown color: approx Neon Blue. HEX triplet: 53, 40 and E1. RGB value is (83,64,225). Sum of RGB (Red+Green+Blue) = 83+64+225=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #5340E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340E1 is #ACBF1E. Grayscale: #575757. Windows color (decimal): -11321119 or 14762067. OLE color: 14762067.

HSL color Cylindrical-coordinate representation of color #5340E1: hue angle of 247.08º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5340E1 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8364225-
CMYK0.630.7200.12
HSL247.08º72.85%56.67%-
HSV(B)247.08º71.56%88.24%-
XYZ18.9910.9472.35-
YUV88.04205.29124.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 225 (88.28% from 255) = 60.48%
R=22.31%
G=17.20%
B=60.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83642250.630.7200.12247.0872.8556.67
Hex5340E13F480Cf74939
Octal1231003417711001436711171
Binary1010011100000011100001111111100100001100111101111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5340E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5340E1; }

 p { color: rgb(83,64,225); }

 H1.HeaderClassName
 {
   color: #5340E1;
 }
 .AnyTagClassName
 {
   color: #5340E1;
 }
</style>
background-color css

<style>
 a { background-color: #5340E1; }

 a { background-color: rgb(83,64,225); }

 div.DivClassName
 {
   background-color: #5340E1;
 }
 .BgClassName
 {
   background-color: #5340E1;
 }
</style>
border-color css

<style>
 span { border-color: #5340E1; }

 span { border-color: rgb(83,64,225); }

 td.TdClassName
 {
   border-color: #5340E1;
 }
 .TagClassName
 {
   border-color: #5340E1;
 }
</style>