Html Css Color HEX #503BEF Neon Blue

📋 copy color: '#503BEF'

red 80 ◦ green 59 ◦ blue 239

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

Shades of Neon Blue #503BEF

Tints of Neon Blue #503BEF

RGB

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

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

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

R = 21.16%
G = 15.61%
B = 63.23%

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

#503BEF (or 0x503BEF) is known color: Neon Blue. HEX triplet: 50, 3B and EF. RGB value is (80,59,239). Sum of RGB (Red+Green+Blue) = 80+59+239=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #503BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BEF is #AFC410. Grayscale: #555555. Windows color (decimal): -11518993 or 15678288. OLE color: 15678288.

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

Color convert

RGB 80 59 239 -
CMYK 0.67 0.75 0 0.06
HSL 247º 0.85% 0.58% -
HSV(B) 247º 0.75% 0.94% -
XYZ 20.45 11.07 82.72 -
YUV 85.8 214.46 123.86 -
System Red Green Blue C M Y K H S L
Decimal 80 59 239 0.67 0.75 0 0.06 247 0.85 0.58
Hex 50 3B EF 43 4B 0 6 F7 55 3A
Octal 120 73 357 103 113 0 6 367 125 72
Binary 1010000 111011 11101111 1000011 1001011 0 110 11110111 1010101 111010

Color Harmonies of #503BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BEF

Black with #503BEF

Text Example


Text Example

White with #503BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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