Html Css Color HEX #523DEC Neon Blue

📋 copy color: '#523DEC'

red 82 ◦ green 61 ◦ blue 236

#523DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #523DEC

Tints of Neon Blue #523DEC

RGB

 RED value IS 82 (32.42% from 255) = 21.64%

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 21.64%
G = 16.09%
B = 62.27%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#523DEC (or 0x523DEC) is known color: Neon Blue. HEX triplet: 52, 3D and EC. RGB value is (82,61,236). Sum of RGB (Red+Green+Blue) = 82+61+236=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #523DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #523DEC is #ADC213. Grayscale: #565656. Windows color (decimal): -11387412 or 15482194. OLE color: 15482194.

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

Color convert

RGB 82 61 236 -
CMYK 0.65 0.74 0 0.07
HSL 247.2º 0.82% 0.58% -
HSV(B) 247.2º 0.74% 0.93% -
XYZ 20.29 11.19 80.45 -
YUV 87.23 211.96 124.27 -
System Red Green Blue C M Y K H S L
Decimal 82 61 236 0.65 0.74 0 0.07 247.2 0.82 0.58
Hex 52 3D EC 41 4A 0 7 F7 52 3A
Octal 122 75 354 101 112 0 7 367 122 72
Binary 1010010 111101 11101100 1000001 1001010 0 111 11110111 1010010 111010

Color Harmonies of #523DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DEC

Black with #523DEC

Text Example


Text Example

White with #523DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #523DEC;
 }
 .AnyTagClassName
 {
   color: #523DEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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