Html Css Color HEX #524EE0 Neon Blue

📋 copy color: '#524EE0'

red 82 ◦ green 78 ◦ blue 224

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

Shades of Neon Blue #524EE0

Tints of Neon Blue #524EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.33%

R = 21.35%
G = 20.31%
B = 58.33%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#524EE0 (or 0x524EE0) is known color: Neon Blue. HEX triplet: 52, 4E and E0. RGB value is (82,78,224). Sum of RGB (Red+Green+Blue) = 82+78+224=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #524EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EE0 is #ADB11F. Grayscale: #5F5F5F. Windows color (decimal): -11383072 or 14700114. OLE color: 14700114.

HSL color Cylindrical-coordinate representation of color #524EE0: hue angle of 241.64º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524EE0 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 78 224 -
CMYK 0.63 0.65 0 0.12
HSL 241.64º 0.7% 0.59% -
HSV(B) 241.64º 0.65% 0.88% -
XYZ 19.66 12.62 71.92 -
YUV 95.84 200.33 118.13 -
System Red Green Blue C M Y K H S L
Decimal 82 78 224 0.63 0.65 0 0.12 241.64 0.7 0.59
Hex 52 4E E0 3F 41 0 C F2 46 3B
Octal 122 116 340 77 101 0 14 362 106 73
Binary 1010010 1001110 11100000 111111 1000001 0 1100 11110010 1000110 111011

Color Harmonies of #524EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524EE0

Black with #524EE0

Text Example


Text Example

White with #524EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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