Html Css Color HEX #503AED Neon Blue

📋 copy color: '#503AED'

red 80 ◦ green 58 ◦ blue 237

#503AED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #503AED

Tints of Neon Blue #503AED

RGB

 RED value IS 80 (31.64% from 255) = 21.33%

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 21.33%
G = 15.47%
B = 63.2%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#503AED (or 0x503AED) is known color: Neon Blue. HEX triplet: 50, 3A and ED. RGB value is (80,58,237). Sum of RGB (Red+Green+Blue) = 80+58+237=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #503AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503AED is #AFC512. Grayscale: #545454. Windows color (decimal): -11519251 or 15546960. OLE color: 15546960.

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

Color convert

RGB 80 58 237 -
CMYK 0.66 0.76 0 0.07
HSL 247.37º 0.83% 0.58% -
HSV(B) 247.37º 0.76% 0.93% -
XYZ 20.11 10.85 81.15 -
YUV 84.98 213.79 124.45 -
System Red Green Blue C M Y K H S L
Decimal 80 58 237 0.66 0.76 0 0.07 247.37 0.83 0.58
Hex 50 3A ED 42 4C 0 7 F7 53 3A
Octal 120 72 355 102 114 0 7 367 123 72
Binary 1010000 111010 11101101 1000010 1001100 0 111 11110111 1010011 111010

Color Harmonies of #503AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AED

Black with #503AED

Text Example


Text Example

White with #503AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,58,237); }

 H1.HeaderClassName
 {
   color: #503AED;
 }
 .AnyTagClassName
 {
   color: #503AED;
 }
</style>

background-color css

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

 a { background-color: rgb(80,58,237); }

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

border-color css

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

 span { border-color: rgb(80,58,237); }

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