#503CF5

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

Shades of Neon Blue #503CF5

Tints of Neon Blue #503CF5

Color information

#503CF5 (or 0x503CF5) is unknown color: approx Neon Blue. HEX triplet: 50, 3C and F5. RGB value is (80,60,245). Sum of RGB (Red+Green+Blue) = 80+60+245=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #503CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CF5 is #AFC30A. Grayscale: #565656. Windows color (decimal): -11518731 or 16071760. OLE color: 16071760.

HSL color Cylindrical-coordinate representation of color #503CF5: hue angle of 246.49º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503CF5 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8060245-
CMYK0.670.7600.04
HSL246.49º90.24%59.8%-
HSV(B)246.49º75.51%96.08%-
XYZ21.4111.5387.48-
YUV87.07217.13122.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 245 (96.09% from 255) = 63.64%
R=20.78%
G=15.58%
B=63.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal80602450.670.7600.04246.4990.2459.8
Hex503CF5434C04f65a3c
Octal120743651031140436613274
Binary101000011110011110101100001110011000100111101101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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