#503CEA

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

Shades of Neon Blue #503CEA

Tints of Neon Blue #503CEA

Color information

#503CEA (or 0x503CEA) is unknown color: approx Neon Blue. HEX triplet: 50, 3C and EA. RGB value is (80,60,234). Sum of RGB (Red+Green+Blue) = 80+60+234=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #503CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CEA is #AFC315. Grayscale: #555555. Windows color (decimal): -11518742 or 15350864. OLE color: 15350864.

HSL color Cylindrical-coordinate representation of color #503CEA: hue angle of 246.9º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503CEA is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8060234-
CMYK0.660.7400.08
HSL246.9º80.56%57.65%-
HSV(B)246.9º74.36%91.76%-
XYZ19.7810.8878.9-
YUV85.82211.63123.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 234 (91.80% from 255) = 62.57%
R=21.39%
G=16.04%
B=62.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80602340.660.7400.08246.980.5657.65
Hex503CEA424A08f7513a
Octal1207435210211201036712172
Binary1010000111100111010101000010100101001000111101111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503CEA; }

 p { color: rgb(80,60,234); }

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

<style>
 a { background-color: #503CEA; }

 a { background-color: rgb(80,60,234); }

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

<style>
 span { border-color: #503CEA; }

 span { border-color: rgb(80,60,234); }

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