Html Css Color HEX #524EEA Neon Blue

📋 copy color: '#524EEA'

red 82 ◦ green 78 ◦ blue 234

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

Shades of Neon Blue #524EEA

Tints of Neon Blue #524EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 20.81%
G = 19.8%
B = 59.39%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#524EEA (or 0x524EEA) is known color: Neon Blue. HEX triplet: 52, 4E and EA. RGB value is (82,78,234). Sum of RGB (Red+Green+Blue) = 82+78+234=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #524EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #524EEA is #ADB115. Grayscale: #606060. Windows color (decimal): -11383062 or 15355474. OLE color: 15355474.

HSL color Cylindrical-coordinate representation of color #524EEA: hue angle of 241.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #524EEA is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 78 234 -
CMYK 0.65 0.67 0 0.08
HSL 241.54º 0.79% 0.61% -
HSV(B) 241.54º 0.67% 0.92% -
XYZ 21.06 13.18 79.28 -
YUV 96.98 205.33 117.32 -
System Red Green Blue C M Y K H S L
Decimal 82 78 234 0.65 0.67 0 0.08 241.54 0.79 0.61
Hex 52 4E EA 41 43 0 8 F2 4F 3D
Octal 122 116 352 101 103 0 10 362 117 75
Binary 1010010 1001110 11101010 1000001 1000011 0 1000 11110010 1001111 111101

Color Harmonies of #524EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EEA

Black with #524EEA

Text Example


Text Example

White with #524EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,234); }

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

background-color css

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

 a { background-color: rgb(82,78,234); }

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

border-color css

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

 span { border-color: rgb(82,78,234); }

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