#523DE2

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

Shades of Neon Blue #523DE2

Tints of Neon Blue #523DE2

Color information

#523DE2 (or 0x523DE2) is unknown color: approx Neon Blue. HEX triplet: 52, 3D and E2. RGB value is (82,61,226). Sum of RGB (Red+Green+Blue) = 82+61+226=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 226 (88.67% from 255 or 61.25% from 369); Max value from RGB is 226 - color contains mainly: blue. Hex color #523DE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DE2 is #ADC21D. Grayscale: #555555. Windows color (decimal): -11387422 or 14826834. OLE color: 14826834.

HSL color Cylindrical-coordinate representation of color #523DE2: hue angle of 247.64º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523DE2 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8261226-
CMYK0.640.7300.11
HSL247.64º73.99%56.27%-
HSV(B)247.64º73.01%88.63%-
XYZ18.8810.6273.01-
YUV86.09206.96125.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 226 (88.67% from 255) = 61.25%
R=22.22%
G=16.53%
B=61.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal82612260.640.7300.11247.6473.9956.27
Hex523DE240490Bf84a38
Octal1227534210011101337011270
Binary1010010111101111000101000000100100101011111110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523DE2; }

 p { color: rgb(82,61,226); }

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

<style>
 a { background-color: #523DE2; }

 a { background-color: rgb(82,61,226); }

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

<style>
 span { border-color: #523DE2; }

 span { border-color: rgb(82,61,226); }

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