#5442EF

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

Shades of Neon Blue #5442EF

Tints of Neon Blue #5442EF

Color information

#5442EF (or 0x5442EF) is unknown color: approx Neon Blue. HEX triplet: 54, 42 and EF. RGB value is (84,66,239). Sum of RGB (Red+Green+Blue) = 84+66+239=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #5442EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5442EF is #ABBD10. Grayscale: #5A5A5A. Windows color (decimal): -11255057 or 15680084. OLE color: 15680084.

HSL color Cylindrical-coordinate representation of color #5442EF: hue angle of 246.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5442EF is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8466239-
CMYK0.650.7200.06
HSL246.24º84.39%59.8%-
HSV(B)246.24º72.38%93.73%-
XYZ21.1812.0182.86-
YUV91.1211.46122.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 66 (26.17% from 255) = 16.97%
BLUE value IS 239 (93.75% from 255) = 61.44%
R=21.59%
G=16.97%
B=61.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal84662390.650.7200.06246.2484.3959.8
Hex5442EF414806f6543c
Octal1241023571011100636612474
Binary1010100100001011101111100000110010000110111101101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5442EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5442EF; }

 p { color: rgb(84,66,239); }

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

<style>
 a { background-color: #5442EF; }

 a { background-color: rgb(84,66,239); }

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

<style>
 span { border-color: #5442EF; }

 span { border-color: rgb(84,66,239); }

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