#523DE1

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

Shades of Neon Blue #523DE1

Tints of Neon Blue #523DE1

Color information

#523DE1 (or 0x523DE1) is unknown color: approx Neon Blue. HEX triplet: 52, 3D and E1. RGB value is (82,61,225). Sum of RGB (Red+Green+Blue) = 82+61+225=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #523DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DE1 is #ADC21E. Grayscale: #555555. Windows color (decimal): -11387423 or 14761298. OLE color: 14761298.

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

Color convert

RGB8261225-
CMYK0.640.7300.12
HSL247.68º73.21%56.08%-
HSV(B)247.68º72.89%88.24%-
XYZ18.7410.5772.29-
YUV85.98206.46125.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.28%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 225 (88.28% from 255) = 61.14%
R=22.28%
G=16.58%
B=61.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82612250.640.7300.12247.6873.2156.08
Hex523DE140490Cf84938
Octal1227534110011101437011170
Binary1010010111101111000011000000100100101100111110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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