Html Css Color HEX #523EDD Neon Blue

📋 copy color: '#523EDD'

red 82 ◦ green 62 ◦ blue 221

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

Shades of Neon Blue #523EDD

Tints of Neon Blue #523EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 22.47%
G = 16.99%
B = 60.55%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#523EDD (or 0x523EDD) is known color: Neon Blue. HEX triplet: 52, 3E and DD. RGB value is (82,62,221). Sum of RGB (Red+Green+Blue) = 82+62+221=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #523EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523EDD is #ADC122. Grayscale: #555555. Windows color (decimal): -11387171 or 14499410. OLE color: 14499410.

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

Color convert

RGB 82 62 221 -
CMYK 0.63 0.72 0 0.13
HSL 247.55º 0.7% 0.55% -
HSV(B) 247.55º 0.72% 0.87% -
XYZ 18.25 10.46 69.46 -
YUV 86.11 204.13 125.07 -
System Red Green Blue C M Y K H S L
Decimal 82 62 221 0.63 0.72 0 0.13 247.55 0.7 0.55
Hex 52 3E DD 3F 48 0 D F8 46 37
Octal 122 76 335 77 110 0 15 370 106 67
Binary 1010010 111110 11011101 111111 1001000 0 1101 11111000 1000110 110111

Color Harmonies of #523EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EDD

Black with #523EDD

Text Example


Text Example

White with #523EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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