#523BEA

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

Shades of Neon Blue #523BEA

Tints of Neon Blue #523BEA

Color information

#523BEA (or 0x523BEA) is unknown color: approx Neon Blue. HEX triplet: 52, 3B and EA. RGB value is (82,59,234). Sum of RGB (Red+Green+Blue) = 82+59+234=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #523BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523BEA is #ADC415. Grayscale: #555555. Windows color (decimal): -11387926 or 15350610. OLE color: 15350610.

HSL color Cylindrical-coordinate representation of color #523BEA: hue angle of 247.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #523BEA is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8259234-
CMYK0.650.7500.08
HSL247.89º80.65%57.45%-
HSV(B)247.89º74.79%91.76%-
XYZ19.8910.8678.89-
YUV85.83211.62125.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=21.87%
G=15.73%
B=62.4%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82592340.650.7500.08247.8980.6557.45
Hex523BEA414B08f85139
Octal1227335210111301037012171
Binary1010010111011111010101000001100101101000111110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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