#5245E1

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

Shades of Neon Blue #5245E1

Tints of Neon Blue #5245E1

Color information

#5245E1 (or 0x5245E1) is unknown color: approx Neon Blue. HEX triplet: 52, 45 and E1. RGB value is (82,69,225). Sum of RGB (Red+Green+Blue) = 82+69+225=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #5245E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245E1 is #ADBA1E. Grayscale: #5A5A5A. Windows color (decimal): -11385375 or 14763346. OLE color: 14763346.

HSL color Cylindrical-coordinate representation of color #5245E1: hue angle of 245º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5245E1 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8269225-
CMYK0.640.6900.12
HSL245º72.22%57.65%-
HSV(B)245º69.33%88.24%-
XYZ19.211.4972.44-
YUV90.67203.81121.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 225 (88.28% from 255) = 59.84%
R=21.81%
G=18.35%
B=59.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82692250.640.6900.1224572.2257.65
Hex5245E140450Cf5483a
Octal12210534110010501436511072
Binary10100101000101111000011000000100010101100111101011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5245E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5245E1; }

 p { color: rgb(82,69,225); }

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

<style>
 a { background-color: #5245E1; }

 a { background-color: rgb(82,69,225); }

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

<style>
 span { border-color: #5245E1; }

 span { border-color: rgb(82,69,225); }

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