#5244EA

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

Shades of Neon Blue #5244EA

Tints of Neon Blue #5244EA

Color information

#5244EA (or 0x5244EA) is unknown color: approx Neon Blue. HEX triplet: 52, 44 and EA. RGB value is (82,68,234). Sum of RGB (Red+Green+Blue) = 82+68+234=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #5244EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5244EA is #ADBB15. Grayscale: #5A5A5A. Windows color (decimal): -11385622 or 15352914. OLE color: 15352914.

HSL color Cylindrical-coordinate representation of color #5244EA: hue angle of 245.06º 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 #5244EA is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8268234-
CMYK0.650.7100.08
HSL245.06º79.81%59.22%-
HSV(B)245.06º70.94%91.76%-
XYZ20.411.8779.06-
YUV91.11208.64121.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 234 (91.80% from 255) = 60.94%
R=21.35%
G=17.71%
B=60.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82682340.650.7100.08245.0679.8159.22
Hex5244EA414708f5503b
Octal12210435210110701036512073
Binary10100101000100111010101000001100011101000111101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5244EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5244EA; }

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

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

<style>
 a { background-color: #5244EA; }

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

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

<style>
 span { border-color: #5244EA; }

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

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