#523EED

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

Shades of Neon Blue #523EED

Tints of Neon Blue #523EED

Color information

#523EED (or 0x523EED) is unknown color: approx Neon Blue. HEX triplet: 52, 3E and ED. RGB value is (82,62,237). Sum of RGB (Red+Green+Blue) = 82+62+237=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #523EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523EED is #ADC112. Grayscale: #575757. Windows color (decimal): -11387155 or 15547986. OLE color: 15547986.

HSL color Cylindrical-coordinate representation of color #523EED: hue angle of 246.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523EED is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8262237-
CMYK0.650.7400.07
HSL246.86º82.94%58.63%-
HSV(B)246.86º73.84%92.94%-
XYZ20.4911.3581.23-
YUV87.93212.13123.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 62 (24.61% from 255) = 16.27%
BLUE value IS 237 (92.97% from 255) = 62.20%
R=21.52%
G=16.27%
B=62.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82622370.650.7400.07246.8682.9458.63
Hex523EED414A07f7533b
Octal122763551011120736712373
Binary101001011111011101101100000110010100111111101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,62,237); }

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

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

 a { background-color: rgb(82,62,237); }

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

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

 span { border-color: rgb(82,62,237); }

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