Html Css Color HEX #503CEF Neon Blue

📋 copy color: '#503CEF'

red 80 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #503CEF

Tints of Neon Blue #503CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 21.11%
G = 15.83%
B = 63.06%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#503CEF (or 0x503CEF) is known color: Neon Blue. HEX triplet: 50, 3C and EF. RGB value is (80,60,239). Sum of RGB (Red+Green+Blue) = 80+60+239=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #503CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CEF is #AFC310. Grayscale: #555555. Windows color (decimal): -11518737 or 15678544. OLE color: 15678544.

HSL color Cylindrical-coordinate representation of color #503CEF: hue angle of 246.7º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503CEF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 60 239 -
CMYK 0.67 0.75 0 0.06
HSL 246.7º 0.85% 0.59% -
HSV(B) 246.7º 0.75% 0.94% -
XYZ 20.5 11.17 82.74 -
YUV 86.39 214.13 123.45 -
System Red Green Blue C M Y K H S L
Decimal 80 60 239 0.67 0.75 0 0.06 246.7 0.85 0.59
Hex 50 3C EF 43 4B 0 6 F7 55 3B
Octal 120 74 357 103 113 0 6 367 125 73
Binary 1010000 111100 11101111 1000011 1001011 0 110 11110111 1010101 111011

Color Harmonies of #503CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CEF

Black with #503CEF

Text Example


Text Example

White with #503CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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