#504DE7

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

Shades of Neon Blue #504DE7

Tints of Neon Blue #504DE7

Color information

#504DE7 (or 0x504DE7) is unknown color: approx Neon Blue. HEX triplet: 50, 4D and E7. RGB value is (80,77,231). Sum of RGB (Red+Green+Blue) = 80+77+231=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 231 (90.62% from 255 or 59.54% from 388); Max value from RGB is 231 - color contains mainly: blue. Hex color #504DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DE7 is #AFB218. Grayscale: #5E5E5E. Windows color (decimal): -11514393 or 15158608. OLE color: 15158608.

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

Color convert

RGB8077231-
CMYK0.650.6700.09
HSL241.17º76.24%60.39%-
HSV(B)241.17º66.67%90.59%-
XYZ20.3912.7876.99-
YUV95.45204.49116.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 231 (90.62% from 255) = 59.54%
R=20.62%
G=19.85%
B=59.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80772310.650.6700.09241.1776.2460.39
Hex504DE7414309f14c3c
Octal12011534710110301136111474
Binary10100001001101111001111000001100001101001111100011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,231); }

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

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

 a { background-color: rgb(80,77,231); }

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

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

 span { border-color: rgb(80,77,231); }

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