Html Css Color HEX #5038EB Neon Blue

📋 copy color: '#5038EB'

red 80 ◦ green 56 ◦ blue 235

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

Shades of Neon Blue #5038EB

Tints of Neon Blue #5038EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.09%

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

R = 21.56%
G = 15.09%
B = 63.34%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5038EB (or 0x5038EB) is known color: Neon Blue. HEX triplet: 50, 38 and EB. RGB value is (80,56,235). Sum of RGB (Red+Green+Blue) = 80+56+235=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #5038EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5038EB is #AFC714. Grayscale: #525252. Windows color (decimal): -11519765 or 15415376. OLE color: 15415376.

HSL color Cylindrical-coordinate representation of color #5038EB: hue angle of 248.04º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5038EB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 56 235 -
CMYK 0.66 0.76 0 0.08
HSL 248.04º 0.82% 0.57% -
HSV(B) 248.04º 0.76% 0.92% -
XYZ 19.72 10.53 79.59 -
YUV 83.58 213.45 125.45 -
System Red Green Blue C M Y K H S L
Decimal 80 56 235 0.66 0.76 0 0.08 248.04 0.82 0.57
Hex 50 38 EB 42 4C 0 8 F8 52 39
Octal 120 70 353 102 114 0 10 370 122 71
Binary 1010000 111000 11101011 1000010 1001100 0 1000 11111000 1010010 111001

Color Harmonies of #5038EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038EB

Black with #5038EB

Text Example


Text Example

White with #5038EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5038EB; }

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

 H1.HeaderClassName
 {
   color: #5038EB;
 }
 .AnyTagClassName
 {
   color: #5038EB;
 }
</style>

background-color css

<style>
 a { background-color: #5038EB; }

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

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

border-color css

<style>
 span { border-color: #5038EB; }

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

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