Html Css Color HEX #503CEC Neon Blue

📋 copy color: '#503CEC'

red 80 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #503CEC

Tints of Neon Blue #503CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.96%

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

R = 21.28%
G = 15.96%
B = 62.77%

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

#503CEC (or 0x503CEC) is known color: Neon Blue. HEX triplet: 50, 3C and EC. RGB value is (80,60,236). Sum of RGB (Red+Green+Blue) = 80+60+236=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #503CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CEC is #AFC313. Grayscale: #555555. Windows color (decimal): -11518740 or 15481936. OLE color: 15481936.

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

Color convert

RGB 80 60 236 -
CMYK 0.66 0.75 0 0.07
HSL 246.82º 0.82% 0.58% -
HSV(B) 246.82º 0.75% 0.93% -
XYZ 20.06 10.99 80.42 -
YUV 86.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 80 60 236 0.66 0.75 0 0.07 246.82 0.82 0.58
Hex 50 3C EC 42 4B 0 7 F7 52 3A
Octal 120 74 354 102 113 0 7 367 122 72
Binary 1010000 111100 11101100 1000010 1001011 0 111 11110111 1010010 111010

Color Harmonies of #503CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CEC

Black with #503CEC

Text Example


Text Example

White with #503CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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