Html Css Color HEX #524AE9 Neon Blue

📋 copy color: '#524AE9'

red 82 ◦ green 74 ◦ blue 233

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

Shades of Neon Blue #524AE9

Tints of Neon Blue #524AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 59.9%

R = 21.08%
G = 19.02%
B = 59.9%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#524AE9 (or 0x524AE9) is known color: Neon Blue. HEX triplet: 52, 4A and E9. RGB value is (82,74,233). Sum of RGB (Red+Green+Blue) = 82+74+233=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 233 (91.41% from 255 or 59.90% from 389); Max value from RGB is 233 - color contains mainly: blue. Hex color #524AE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #524AE9 is #ADB516. Grayscale: #5D5D5D. Windows color (decimal): -11384087 or 15288914. OLE color: 15288914.

HSL color Cylindrical-coordinate representation of color #524AE9: hue angle of 243.02º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #524AE9 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 74 233 -
CMYK 0.65 0.68 0 0.09
HSL 243.02º 0.78% 0.6% -
HSV(B) 243.02º 0.68% 0.91% -
XYZ 20.64 12.57 78.43 -
YUV 94.52 206.15 119.07 -
System Red Green Blue C M Y K H S L
Decimal 82 74 233 0.65 0.68 0 0.09 243.02 0.78 0.6
Hex 52 4A E9 41 44 0 9 F3 4E 3C
Octal 122 112 351 101 104 0 11 363 116 74
Binary 1010010 1001010 11101001 1000001 1000100 0 1001 11110011 1001110 111100

Color Harmonies of #524AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524AE9

Black with #524AE9

Text Example


Text Example

White with #524AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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