#504EE2

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

Shades of Neon Blue #504EE2

Tints of Neon Blue #504EE2

Color information

#504EE2 (or 0x504EE2) is unknown color: approx Neon Blue. HEX triplet: 50, 4E and E2. RGB value is (80,78,226). Sum of RGB (Red+Green+Blue) = 80+78+226=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 226 (88.67% from 255 or 58.85% from 384); Max value from RGB is 226 - color contains mainly: blue. Hex color #504EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EE2 is #AFB11D. Grayscale: #5E5E5E. Windows color (decimal): -11514142 or 14831184. OLE color: 14831184.

HSL color Cylindrical-coordinate representation of color #504EE2: hue angle of 240.81º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504EE2 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8078226-
CMYK0.650.6500.11
HSL240.81º71.84%59.61%-
HSV(B)240.81º65.49%88.63%-
XYZ19.7612.6573.35-
YUV95.47201.66116.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 226 (88.67% from 255) = 58.85%
R=20.83%
G=20.31%
B=58.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal80782260.650.6500.11240.8171.8459.61
Hex504EE241410Bf1483c
Octal12011634210110101336111074
Binary10100001001110111000101000001100000101011111100011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,226); }

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

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

 a { background-color: rgb(80,78,226); }

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

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

 span { border-color: rgb(80,78,226); }

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