Html Css Color HEX #503BEE Neon Blue

📋 copy color: '#503BEE'

red 80 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #503BEE

Tints of Neon Blue #503BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.65%

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

R = 21.22%
G = 15.65%
B = 63.13%

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

#503BEE (or 0x503BEE) is known color: Neon Blue. HEX triplet: 50, 3B and EE. RGB value is (80,59,238). Sum of RGB (Red+Green+Blue) = 80+59+238=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #503BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BEE is #AFC411. Grayscale: #545454. Windows color (decimal): -11518994 or 15612752. OLE color: 15612752.

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

Color convert

RGB 80 59 238 -
CMYK 0.66 0.75 0 0.07
HSL 247.04º 0.84% 0.58% -
HSV(B) 247.04º 0.75% 0.93% -
XYZ 20.3 11.01 81.94 -
YUV 85.69 213.96 123.95 -
System Red Green Blue C M Y K H S L
Decimal 80 59 238 0.66 0.75 0 0.07 247.04 0.84 0.58
Hex 50 3B EE 42 4B 0 7 F7 54 3A
Octal 120 73 356 102 113 0 7 367 124 72
Binary 1010000 111011 11101110 1000010 1001011 0 111 11110111 1010100 111010

Color Harmonies of #503BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BEE

Black with #503BEE

Text Example


Text Example

White with #503BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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