#5440ED

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

Shades of Neon Blue #5440ED

Tints of Neon Blue #5440ED

Color information

#5440ED (or 0x5440ED) is unknown color: approx Neon Blue. HEX triplet: 54, 40 and ED. RGB value is (84,64,237). Sum of RGB (Red+Green+Blue) = 84+64+237=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #5440ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5440ED is #ABBF12. Grayscale: #595959. Windows color (decimal): -11255571 or 15548500. OLE color: 15548500.

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

Color convert

RGB8464237-
CMYK0.650.7300.07
HSL246.94º82.78%59.02%-
HSV(B)246.94º73%92.94%-
XYZ20.7811.6781.28-
YUV89.7211.13123.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 237 (92.97% from 255) = 61.56%
R=21.82%
G=16.62%
B=61.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84642370.650.7300.07246.9482.7859.02
Hex5440ED414907f7533b
Octal1241003551011110736712373
Binary1010100100000011101101100000110010010111111101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5440ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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