#5444ea

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

Shades of Neon Blue #5444EA

Tints of Neon Blue #5444EA

Color information

#5444EA (or 0x5444EA) is unknown color: approx Neon Blue. HEX triplet: 54, 44 and EA. RGB value is (84,68,234). Sum of RGB (Red+Green+Blue) = 84+68+234=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #5444EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5444EA is #ABBB15. Grayscale: #5B5B5B. Windows color (decimal): -11254550 or 15352916. OLE color: 15352916.

HSL color Cylindrical-coordinate representation of color #5444EA: hue angle of 245.78º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5444EA is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8468234-
CMYK0.640.7100.08
HSL245.78º79.81%59.22%-
HSV(B)245.78º70.94%91.76%-
XYZ20.5711.9679.07-
YUV91.71208.3122.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 234 (91.80% from 255) = 60.62%
R=21.76%
G=17.62%
B=60.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal84682340.640.7100.08245.7879.8159.22
Hex5444EA404708f6503b
Octal12410435210010701036612073
Binary10101001000100111010101000000100011101000111101101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5444ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5444ea; }

 p { color: rgb(84,68,234); }

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

<style>
 a { background-color: #5444ea; }

 a { background-color: rgb(84,68,234); }

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

<style>
 span { border-color: #5444ea; }

 span { border-color: rgb(84,68,234); }

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