#5343EE

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

Shades of Neon Blue #5343EE

Tints of Neon Blue #5343EE

Color information

#5343EE (or 0x5343EE) is unknown color: approx Neon Blue. HEX triplet: 53, 43 and EE. RGB value is (83,67,238). Sum of RGB (Red+Green+Blue) = 83+67+238=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #5343EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5343EE is #ACBC11. Grayscale: #5A5A5A. Windows color (decimal): -11320338 or 15614803. OLE color: 15614803.

HSL color Cylindrical-coordinate representation of color #5343EE: hue angle of 245.61º 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 #5343EE is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8367238-
CMYK0.650.7200.07
HSL245.61º83.41%59.8%-
HSV(B)245.61º71.85%93.33%-
XYZ21.0112.0382.1-
YUV91.28210.8122.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 238 (93.36% from 255) = 61.34%
R=21.39%
G=17.27%
B=61.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal83672380.650.7200.07245.6183.4159.8
Hex5343EE414807f6533c
Octal1231033561011100736612374
Binary1010011100001111101110100000110010000111111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5343EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5343EE; }

 p { color: rgb(83,67,238); }

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

<style>
 a { background-color: #5343EE; }

 a { background-color: rgb(83,67,238); }

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

<style>
 span { border-color: #5343EE; }

 span { border-color: rgb(83,67,238); }

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