#5441DE

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

Shades of Neon Blue #5441DE

Tints of Neon Blue #5441DE

Color information

#5441DE (or 0x5441DE) is unknown color: approx Neon Blue. HEX triplet: 54, 41 and DE. RGB value is (84,65,222). Sum of RGB (Red+Green+Blue) = 84+65+222=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #5441DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441DE is #ABBE21. Grayscale: #575757. Windows color (decimal): -11255330 or 14565716. OLE color: 14565716.

HSL color Cylindrical-coordinate representation of color #5441DE: hue angle of 247.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5441DE is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8465222-
CMYK0.620.7100.13
HSL247.26º70.4%56.27%-
HSV(B)247.26º70.72%87.06%-
XYZ18.7310.9470.23-
YUV88.58203.29124.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 222 (87.11% from 255) = 59.84%
R=22.64%
G=17.52%
B=59.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84652220.620.7100.13247.2670.456.27
Hex5441DE3E470Df74638
Octal1241013367610701536710670
Binary1010100100000111011110111110100011101101111101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5441DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5441DE; }

 p { color: rgb(84,65,222); }

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

<style>
 a { background-color: #5441DE; }

 a { background-color: rgb(84,65,222); }

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

<style>
 span { border-color: #5441DE; }

 span { border-color: rgb(84,65,222); }

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