Html Css Color HEX #524AED Neon Blue

📋 copy color: '#524AED'

red 82 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #524AED

Tints of Neon Blue #524AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 20.87%
G = 18.83%
B = 60.31%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#524AED (or 0x524AED) is known color: Neon Blue. HEX triplet: 52, 4A and ED. RGB value is (82,74,237). Sum of RGB (Red+Green+Blue) = 82+74+237=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #524AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AED is #ADB512. Grayscale: #5E5E5E. Windows color (decimal): -11384083 or 15551058. OLE color: 15551058.

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

Color convert

RGB 82 74 237 -
CMYK 0.65 0.69 0 0.07
HSL 242.94º 0.82% 0.61% -
HSV(B) 242.94º 0.69% 0.93% -
XYZ 21.21 12.81 81.47 -
YUV 94.97 208.15 118.75 -
System Red Green Blue C M Y K H S L
Decimal 82 74 237 0.65 0.69 0 0.07 242.94 0.82 0.61
Hex 52 4A ED 41 45 0 7 F3 52 3D
Octal 122 112 355 101 105 0 7 363 122 75
Binary 1010010 1001010 11101101 1000001 1000101 0 111 11110011 1010010 111101

Color Harmonies of #524AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AED

Black with #524AED

Text Example


Text Example

White with #524AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524AED; }

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

 H1.HeaderClassName
 {
   color: #524AED;
 }
 .AnyTagClassName
 {
   color: #524AED;
 }
</style>

background-color css

<style>
 a { background-color: #524AED; }

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

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

border-color css

<style>
 span { border-color: #524AED; }

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

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