Html Css Color HEX #523ADD Neon Blue

📋 copy color: '#523ADD'

red 82 ◦ green 58 ◦ blue 221

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

Shades of Neon Blue #523ADD

Tints of Neon Blue #523ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 22.71%
G = 16.07%
B = 61.22%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#523ADD (or 0x523ADD) is known color: Neon Blue. HEX triplet: 52, 3A and DD. RGB value is (82,58,221). Sum of RGB (Red+Green+Blue) = 82+58+221=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #523ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523ADD is #ADC522. Grayscale: #535353. Windows color (decimal): -11388195 or 14498386. OLE color: 14498386.

HSL color Cylindrical-coordinate representation of color #523ADD: hue angle of 248.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523ADD is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 58 221 -
CMYK 0.63 0.74 0 0.13
HSL 248.83º 0.71% 0.55% -
HSV(B) 248.83º 0.74% 0.87% -
XYZ 18.04 10.04 69.39 -
YUV 83.76 205.45 126.75 -
System Red Green Blue C M Y K H S L
Decimal 82 58 221 0.63 0.74 0 0.13 248.83 0.71 0.55
Hex 52 3A DD 3F 4A 0 D F9 47 37
Octal 122 72 335 77 112 0 15 371 107 67
Binary 1010010 111010 11011101 111111 1001010 0 1101 11111001 1000111 110111

Color Harmonies of #523ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523ADD

Black with #523ADD

Text Example


Text Example

White with #523ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,58,221); }

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

background-color css

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

 a { background-color: rgb(82,58,221); }

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

border-color css

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

 span { border-color: rgb(82,58,221); }

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