#504CE5

Color #504CE5 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #504CE5

Tints of Neon Blue #504CE5

Color information

#504CE5 (or 0x504CE5) is unknown color: approx Neon Blue. HEX triplet: 50, 4C and E5. RGB value is (80,76,229). Sum of RGB (Red+Green+Blue) = 80+76+229=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 229 (89.84% from 255 or 59.48% from 385); Max value from RGB is 229 - color contains mainly: blue. Hex color #504CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CE5 is #AFB31A. Grayscale: #5E5E5E. Windows color (decimal): -11514651 or 15027280. OLE color: 15027280.

HSL color Cylindrical-coordinate representation of color #504CE5: hue angle of 241.57º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504CE5 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8076229-
CMYK0.650.6700.10
HSL241.57º74.63%59.8%-
HSV(B)241.57º66.81%89.8%-
XYZ20.0412.5375.49-
YUV94.64203.83117.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 229 (89.84% from 255) = 59.48%
R=20.78%
G=19.74%
B=59.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80762290.650.6700.10241.5774.6359.8
Hex504CE541430Af24b3c
Octal12011434510110301236211374
Binary10100001001100111001011000001100001101010111100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #504CE5;
 }
 .AnyTagClassName
 {
   color: #504CE5;
 }
</style>
background-color css

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

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

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

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

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

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