Html Css Color HEX #503DEC Neon Blue

📋 copy color: '#503DEC'

red 80 ◦ green 61 ◦ blue 236

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

Shades of Neon Blue #503DEC

Tints of Neon Blue #503DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 21.22%
G = 16.18%
B = 62.6%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#503DEC (or 0x503DEC) is known color: Neon Blue. HEX triplet: 50, 3D and EC. RGB value is (80,61,236). Sum of RGB (Red+Green+Blue) = 80+61+236=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #503DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DEC is #AFC213. Grayscale: #555555. Windows color (decimal): -11518484 or 15482192. OLE color: 15482192.

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

Color convert

RGB 80 61 236 -
CMYK 0.66 0.74 0 0.07
HSL 246.51º 0.82% 0.58% -
HSV(B) 246.51º 0.74% 0.93% -
XYZ 20.12 11.1 80.44 -
YUV 86.63 212.29 123.27 -
System Red Green Blue C M Y K H S L
Decimal 80 61 236 0.66 0.74 0 0.07 246.51 0.82 0.58
Hex 50 3D EC 42 4A 0 7 F7 52 3A
Octal 120 75 354 102 112 0 7 367 122 72
Binary 1010000 111101 11101100 1000010 1001010 0 111 11110111 1010010 111010

Color Harmonies of #503DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DEC

Black with #503DEC

Text Example


Text Example

White with #503DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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