Html Css Color HEX #504CE0 Neon Blue

📋 copy color: '#504CE0'

red 80 ◦ green 76 ◦ blue 224

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

Shades of Neon Blue #504CE0

Tints of Neon Blue #504CE0

RGB

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

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

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

R = 21.05%
G = 20%
B = 58.95%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#504CE0 (or 0x504CE0) is known color: Neon Blue. HEX triplet: 50, 4C and E0. RGB value is (80,76,224). Sum of RGB (Red+Green+Blue) = 80+76+224=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #504CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CE0 is #AFB31F. Grayscale: #5D5D5D. Windows color (decimal): -11514656 or 14699600. OLE color: 14699600.

HSL color Cylindrical-coordinate representation of color #504CE0: hue angle of 241.62º 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 #504CE0 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 76 224 -
CMYK 0.64 0.66 0 0.12
HSL 241.62º 0.7% 0.59% -
HSV(B) 241.62º 0.66% 0.88% -
XYZ 19.35 12.26 71.87 -
YUV 94.07 201.33 117.97 -
System Red Green Blue C M Y K H S L
Decimal 80 76 224 0.64 0.66 0 0.12 241.62 0.7 0.59
Hex 50 4C E0 40 42 0 C F2 46 3B
Octal 120 114 340 100 102 0 14 362 106 73
Binary 1010000 1001100 11100000 1000000 1000010 0 1100 11110010 1000110 111011

Color Harmonies of #504CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CE0

Black with #504CE0

Text Example


Text Example

White with #504CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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