#5443E3

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

Shades of Neon Blue #5443E3

Tints of Neon Blue #5443E3

Color information

#5443E3 (or 0x5443E3) is unknown color: approx Neon Blue. HEX triplet: 54, 43 and E3. RGB value is (84,67,227). Sum of RGB (Red+Green+Blue) = 84+67+227=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #5443E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5443E3 is #ABBC1C. Grayscale: #595959. Windows color (decimal): -11254813 or 14893908. OLE color: 14893908.

HSL color Cylindrical-coordinate representation of color #5443E3: hue angle of 246.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5443E3 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8467227-
CMYK0.630.7000.11
HSL246.38º74.07%57.65%-
HSV(B)246.38º70.48%89.02%-
XYZ19.5311.4573.85-
YUV90.32205.13123.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 67 (26.56% from 255) = 17.72%
BLUE value IS 227 (89.06% from 255) = 60.05%
R=22.22%
G=17.72%
B=60.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84672270.630.7000.11246.3874.0757.65
Hex5443E33F460Bf64a3a
Octal1241033437710601336611272
Binary1010100100001111100011111111100011001011111101101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5443E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5443E3; }

 p { color: rgb(84,67,227); }

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

<style>
 a { background-color: #5443E3; }

 a { background-color: rgb(84,67,227); }

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

<style>
 span { border-color: #5443E3; }

 span { border-color: rgb(84,67,227); }

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