Html Css Color HEX #524CE0 Neon Blue

📋 copy color: '#524CE0'

red 82 ◦ green 76 ◦ blue 224

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

Shades of Neon Blue #524CE0

Tints of Neon Blue #524CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

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

R = 21.47%
G = 19.9%
B = 58.64%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#524CE0 (or 0x524CE0) is known color: Neon Blue. HEX triplet: 52, 4C and E0. RGB value is (82,76,224). Sum of RGB (Red+Green+Blue) = 82+76+224=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 224 (87.89% from 255 or 58.64% from 382); Max value from RGB is 224 - color contains mainly: blue. Hex color #524CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CE0 is #ADB31F. Grayscale: #5E5E5E. Windows color (decimal): -11383584 or 14699602. OLE color: 14699602.

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

Color convert

RGB 82 76 224 -
CMYK 0.63 0.66 0 0.12
HSL 242.43º 0.7% 0.59% -
HSV(B) 242.43º 0.66% 0.88% -
XYZ 19.52 12.34 71.88 -
YUV 94.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 82 76 224 0.63 0.66 0 0.12 242.43 0.7 0.59
Hex 52 4C E0 3F 42 0 C F2 46 3B
Octal 122 114 340 77 102 0 14 362 106 73
Binary 1010010 1001100 11100000 111111 1000010 0 1100 11110010 1000110 111011

Color Harmonies of #524CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524CE0

Black with #524CE0

Text Example


Text Example

White with #524CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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