Html Css Color HEX #504AE0 Neon Blue

📋 copy color: '#504AE0'

red 80 ◦ green 74 ◦ blue 224

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

Shades of Neon Blue #504AE0

Tints of Neon Blue #504AE0

RGB

 RED value IS 80 (31.64% from 255) = 21.16%

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

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

R = 21.16%
G = 19.58%
B = 59.26%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#504AE0 (or 0x504AE0) is known color: Neon Blue. HEX triplet: 50, 4A and E0. RGB value is (80,74,224). Sum of RGB (Red+Green+Blue) = 80+74+224=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #504AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504AE0 is #AFB51F. Grayscale: #5C5C5C. Windows color (decimal): -11515168 or 14699088. OLE color: 14699088.

HSL color Cylindrical-coordinate representation of color #504AE0: hue angle of 242.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504AE0 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 74 224 -
CMYK 0.64 0.67 0 0.12
HSL 242.4º 0.71% 0.58% -
HSV(B) 242.4º 0.67% 0.88% -
XYZ 19.21 11.98 71.82 -
YUV 92.89 201.99 118.8 -
System Red Green Blue C M Y K H S L
Decimal 80 74 224 0.64 0.67 0 0.12 242.4 0.71 0.58
Hex 50 4A E0 40 43 0 C F2 47 3A
Octal 120 112 340 100 103 0 14 362 107 72
Binary 1010000 1001010 11100000 1000000 1000011 0 1100 11110010 1000111 111010

Color Harmonies of #504AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AE0

Black with #504AE0

Text Example


Text Example

White with #504AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504AE0; }

 p { color: rgb(80,74,224); }

 H1.HeaderClassName
 {
   color: #504AE0;
 }
 .AnyTagClassName
 {
   color: #504AE0;
 }
</style>

background-color css

<style>
 a { background-color: #504AE0; }

 a { background-color: rgb(80,74,224); }

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

border-color css

<style>
 span { border-color: #504AE0; }

 span { border-color: rgb(80,74,224); }

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