#523DE9

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

Shades of Neon Blue #523DE9

Tints of Neon Blue #523DE9

Color information

#523DE9 (or 0x523DE9) is unknown color: approx Neon Blue. HEX triplet: 52, 3D and E9. RGB value is (82,61,233). Sum of RGB (Red+Green+Blue) = 82+61+233=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #523DE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523DE9 is #ADC216. Grayscale: #565656. Windows color (decimal): -11387415 or 15285586. OLE color: 15285586.

HSL color Cylindrical-coordinate representation of color #523DE9: hue angle of 247.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523DE9 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8261233-
CMYK0.650.7400.09
HSL247.33º79.63%57.65%-
HSV(B)247.33º73.82%91.37%-
XYZ19.8611.0178.17-
YUV86.89210.46124.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 233 (91.41% from 255) = 61.97%
R=21.81%
G=16.22%
B=61.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal82612330.650.7400.09247.3379.6357.65
Hex523DE9414A09f7503a
Octal1227535110111201136712072
Binary1010010111101111010011000001100101001001111101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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