Html Css Color HEX #503BED Neon Blue

📋 copy color: '#503BED'

red 80 ◦ green 59 ◦ blue 237

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

Shades of Neon Blue #503BED

Tints of Neon Blue #503BED

RGB

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

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

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

R = 21.28%
G = 15.69%
B = 63.03%

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

#503BED (or 0x503BED) is known color: Neon Blue. HEX triplet: 50, 3B and ED. RGB value is (80,59,237). Sum of RGB (Red+Green+Blue) = 80+59+237=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #503BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BED is #AFC412. Grayscale: #545454. Windows color (decimal): -11518995 or 15547216. OLE color: 15547216.

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

Color convert

RGB 80 59 237 -
CMYK 0.66 0.75 0 0.07
HSL 247.08º 0.83% 0.58% -
HSV(B) 247.08º 0.75% 0.93% -
XYZ 20.16 10.95 81.17 -
YUV 85.57 213.46 124.03 -
System Red Green Blue C M Y K H S L
Decimal 80 59 237 0.66 0.75 0 0.07 247.08 0.83 0.58
Hex 50 3B ED 42 4B 0 7 F7 53 3A
Octal 120 73 355 102 113 0 7 367 123 72
Binary 1010000 111011 11101101 1000010 1001011 0 111 11110111 1010011 111010

Color Harmonies of #503BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BED

Black with #503BED

Text Example


Text Example

White with #503BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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