Html Css Color HEX #503AEC Neon Blue

📋 copy color: '#503AEC'

red 80 ◦ green 58 ◦ blue 236

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

Shades of Neon Blue #503AEC

Tints of Neon Blue #503AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.1%

R = 21.39%
G = 15.51%
B = 63.1%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#503AEC (or 0x503AEC) is known color: Neon Blue. HEX triplet: 50, 3A and EC. RGB value is (80,58,236). Sum of RGB (Red+Green+Blue) = 80+58+236=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #503AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503AEC is #AFC513. Grayscale: #545454. Windows color (decimal): -11519252 or 15481424. OLE color: 15481424.

HSL color Cylindrical-coordinate representation of color #503AEC: hue angle of 247.42º degrees, saturation: 0.82, 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 #503AEC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 58 236 -
CMYK 0.66 0.75 0 0.07
HSL 247.42º 0.82% 0.58% -
HSV(B) 247.42º 0.75% 0.93% -
XYZ 19.96 10.79 80.39 -
YUV 84.87 213.29 124.53 -
System Red Green Blue C M Y K H S L
Decimal 80 58 236 0.66 0.75 0 0.07 247.42 0.82 0.58
Hex 50 3A EC 42 4B 0 7 F7 52 3A
Octal 120 72 354 102 113 0 7 367 122 72
Binary 1010000 111010 11101100 1000010 1001011 0 111 11110111 1010010 111010

Color Harmonies of #503AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AEC

Black with #503AEC

Text Example


Text Example

White with #503AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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