#503DE7

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

Shades of Neon Blue #503DE7

Tints of Neon Blue #503DE7

Color information

#503DE7 (or 0x503DE7) is unknown color: approx Neon Blue. HEX triplet: 50, 3D and E7. RGB value is (80,61,231). Sum of RGB (Red+Green+Blue) = 80+61+231=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 231 (90.62% from 255 or 62.10% from 372); Max value from RGB is 231 - color contains mainly: blue. Hex color #503DE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DE7 is #AFC218. Grayscale: #555555. Windows color (decimal): -11518489 or 15154512. OLE color: 15154512.

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

Color convert

RGB8061231-
CMYK0.650.7400.09
HSL246.71º77.98%57.25%-
HSV(B)246.71º73.59%90.59%-
XYZ19.410.8176.67-
YUV86.06209.79123.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 231 (90.62% from 255) = 62.10%
R=21.51%
G=16.40%
B=62.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80612310.650.7400.09246.7177.9857.25
Hex503DE7414A09f74e39
Octal1207534710111201136711671
Binary1010000111101111001111000001100101001001111101111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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