#503CEE

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

Shades of Neon Blue #503CEE

Tints of Neon Blue #503CEE

Color information

#503CEE (or 0x503CEE) is unknown color: approx Neon Blue. HEX triplet: 50, 3C and EE. RGB value is (80,60,238). Sum of RGB (Red+Green+Blue) = 80+60+238=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #503CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CEE is #AFC311. Grayscale: #555555. Windows color (decimal): -11518738 or 15613008. OLE color: 15613008.

HSL color Cylindrical-coordinate representation of color #503CEE: hue angle of 246.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503CEE is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8060238-
CMYK0.660.7500.07
HSL246.74º83.96%58.43%-
HSV(B)246.74º74.79%93.33%-
XYZ20.3611.1181.96-
YUV86.27213.63123.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 60 (23.83% from 255) = 15.87%
BLUE value IS 238 (93.36% from 255) = 62.96%
R=21.16%
G=15.87%
B=62.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80602380.660.7500.07246.7483.9658.43
Hex503CEE424B07f7543a
Octal120743561021130736712472
Binary101000011110011101110100001010010110111111101111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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