Html Css Color HEX #503AEE Neon Blue

📋 copy color: '#503AEE'

red 80 ◦ green 58 ◦ blue 238

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

Shades of Neon Blue #503AEE

Tints of Neon Blue #503AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.3%

R = 21.28%
G = 15.43%
B = 63.3%

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

#503AEE (or 0x503AEE) is known color: Neon Blue. HEX triplet: 50, 3A and EE. RGB value is (80,58,238). Sum of RGB (Red+Green+Blue) = 80+58+238=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #503AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503AEE is #AFC511. Grayscale: #545454. Windows color (decimal): -11519250 or 15612496. OLE color: 15612496.

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

Color convert

RGB 80 58 238 -
CMYK 0.66 0.76 0 0.07
HSL 247.33º 0.84% 0.58% -
HSV(B) 247.33º 0.76% 0.93% -
XYZ 20.25 10.9 81.93 -
YUV 85.1 214.29 124.36 -
System Red Green Blue C M Y K H S L
Decimal 80 58 238 0.66 0.76 0 0.07 247.33 0.84 0.58
Hex 50 3A EE 42 4C 0 7 F7 54 3A
Octal 120 72 356 102 114 0 7 367 124 72
Binary 1010000 111010 11101110 1000010 1001100 0 111 11110111 1010100 111010

Color Harmonies of #503AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503AEE

Black with #503AEE

Text Example


Text Example

White with #503AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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