Html Css Color HEX #503BE8 Neon Blue

📋 copy color: '#503BE8'

red 80 ◦ green 59 ◦ blue 232

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

Shades of Neon Blue #503BE8

Tints of Neon Blue #503BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 62.53%

R = 21.56%
G = 15.9%
B = 62.53%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#503BE8 (or 0x503BE8) is known color: Neon Blue. HEX triplet: 50, 3B and E8. RGB value is (80,59,232). Sum of RGB (Red+Green+Blue) = 80+59+232=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #503BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BE8 is #AFC417. Grayscale: #545454. Windows color (decimal): -11519000 or 15219536. OLE color: 15219536.

HSL color Cylindrical-coordinate representation of color #503BE8: hue angle of 247.28º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503BE8 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 59 232 -
CMYK 0.66 0.75 0 0.09
HSL 247.28º 0.79% 0.57% -
HSV(B) 247.28º 0.75% 0.91% -
XYZ 19.44 10.66 77.38 -
YUV 85 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 80 59 232 0.66 0.75 0 0.09 247.28 0.79 0.57
Hex 50 3B E8 42 4B 0 9 F7 4F 39
Octal 120 73 350 102 113 0 11 367 117 71
Binary 1010000 111011 11101000 1000010 1001011 0 1001 11110111 1001111 111001

Color Harmonies of #503BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BE8

Black with #503BE8

Text Example


Text Example

White with #503BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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