Html Css Color HEX #503FEB Neon Blue

📋 copy color: '#503FEB'

red 80 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #503FEB

Tints of Neon Blue #503FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 21.16%
G = 16.67%
B = 62.17%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#503FEB (or 0x503FEB) is known color: Neon Blue. HEX triplet: 50, 3F and EB. RGB value is (80,63,235). Sum of RGB (Red+Green+Blue) = 80+63+235=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #503FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503FEB is #AFC014. Grayscale: #575757. Windows color (decimal): -11517973 or 15417168. OLE color: 15417168.

HSL color Cylindrical-coordinate representation of color #503FEB: hue angle of 245.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503FEB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 63 235 -
CMYK 0.66 0.73 0 0.08
HSL 245.93º 0.81% 0.58% -
HSV(B) 245.93º 0.73% 0.92% -
XYZ 20.08 11.26 79.71 -
YUV 87.69 211.13 122.51 -
System Red Green Blue C M Y K H S L
Decimal 80 63 235 0.66 0.73 0 0.08 245.93 0.81 0.58
Hex 50 3F EB 42 49 0 8 F6 51 3A
Octal 120 77 353 102 111 0 10 366 121 72
Binary 1010000 111111 11101011 1000010 1001001 0 1000 11110110 1010001 111010

Color Harmonies of #503FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FEB

Black with #503FEB

Text Example


Text Example

White with #503FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,63,235); }

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

background-color css

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

 a { background-color: rgb(80,63,235); }

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

border-color css

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

 span { border-color: rgb(80,63,235); }

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