Html Css Color HEX #5037E9 Neon Blue

📋 copy color: '#5037E9'

red 80 ◦ green 55 ◦ blue 233

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

Shades of Neon Blue #5037E9

Tints of Neon Blue #5037E9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.95%

 BLUE value IS 233 (91.41% from 255) = 63.32%

R = 21.74%
G = 14.95%
B = 63.32%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5037E9 (or 0x5037E9) is known color: Neon Blue. HEX triplet: 50, 37 and E9. RGB value is (80,55,233). Sum of RGB (Red+Green+Blue) = 80+55+233=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #5037E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5037E9 is #AFC816. Grayscale: #525252. Windows color (decimal): -11520023 or 15284048. OLE color: 15284048.

HSL color Cylindrical-coordinate representation of color #5037E9: hue angle of 248.43º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5037E9 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 55 233 -
CMYK 0.66 0.76 0 0.09
HSL 248.43º 0.8% 0.56% -
HSV(B) 248.43º 0.76% 0.91% -
XYZ 19.38 10.32 78.06 -
YUV 82.77 212.78 126.03 -
System Red Green Blue C M Y K H S L
Decimal 80 55 233 0.66 0.76 0 0.09 248.43 0.8 0.56
Hex 50 37 E9 42 4C 0 9 F8 50 38
Octal 120 67 351 102 114 0 11 370 120 70
Binary 1010000 110111 11101001 1000010 1001100 0 1001 11111000 1010000 111000

Color Harmonies of #5037E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5037E9

Black with #5037E9

Text Example


Text Example

White with #5037E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5037E9; }

 p { color: rgb(80,55,233); }

 H1.HeaderClassName
 {
   color: #5037E9;
 }
 .AnyTagClassName
 {
   color: #5037E9;
 }
</style>

background-color css

<style>
 a { background-color: #5037E9; }

 a { background-color: rgb(80,55,233); }

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

border-color css

<style>
 span { border-color: #5037E9; }

 span { border-color: rgb(80,55,233); }

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