#5444ED

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

Shades of Neon Blue #5444ED

Tints of Neon Blue #5444ED

Color information

#5444ED (or 0x5444ED) is unknown color: approx Neon Blue. HEX triplet: 54, 44 and ED. RGB value is (84,68,237). Sum of RGB (Red+Green+Blue) = 84+68+237=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #5444ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5444ED is #ABBB12. Grayscale: #5B5B5B. Windows color (decimal): -11254547 or 15549524. OLE color: 15549524.

HSL color Cylindrical-coordinate representation of color #5444ED: hue angle of 245.68º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5444ED is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8468237-
CMYK0.650.7100.07
HSL245.68º82.44%59.8%-
HSV(B)245.68º71.31%92.94%-
XYZ21.0112.1381.36-
YUV92.05209.8122.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 237 (92.97% from 255) = 60.93%
R=21.59%
G=17.48%
B=60.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84682370.650.7100.07245.6882.4459.8
Hex5444ED414707f6523c
Octal1241043551011070736612274
Binary1010100100010011101101100000110001110111111101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5444ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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