#5349E1

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

Shades of Neon Blue #5349E1

Tints of Neon Blue #5349E1

Color information

#5349E1 (or 0x5349E1) is unknown color: approx Neon Blue. HEX triplet: 53, 49 and E1. RGB value is (83,73,225). Sum of RGB (Red+Green+Blue) = 83+73+225=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #5349E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349E1 is #ACB61E. Grayscale: #5C5C5C. Windows color (decimal): -11318815 or 14764371. OLE color: 14764371.

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

Color convert

RGB8373225-
CMYK0.630.6800.12
HSL243.95º71.7%58.43%-
HSV(B)243.95º67.56%88.24%-
XYZ19.5412.0472.53-
YUV93.32202.31120.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 225 (88.28% from 255) = 59.06%
R=21.78%
G=19.16%
B=59.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83732250.630.6800.12243.9571.758.43
Hex5349E13F440Cf4483a
Octal1231113417710401436411072
Binary1010011100100111100001111111100010001100111101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5349E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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