Html Css Color HEX #5054EB Neon Blue

📋 copy color: '#5054EB'

red 80 ◦ green 84 ◦ blue 235

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

Shades of Neon Blue #5054EB

Tints of Neon Blue #5054EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 20.05%
G = 21.05%
B = 58.9%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5054EB (or 0x5054EB) is known color: Neon Blue. HEX triplet: 50, 54 and EB. RGB value is (80,84,235). Sum of RGB (Red+Green+Blue) = 80+84+235=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #5054EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5054EB is #AFAB14. Grayscale: #636363. Windows color (decimal): -11512597 or 15422544. OLE color: 15422544.

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

Color convert

RGB 80 84 235 -
CMYK 0.66 0.64 0 0.08
HSL 238.45º 0.79% 0.62% -
HSV(B) 238.45º 0.66% 0.92% -
XYZ 21.47 14.04 80.18 -
YUV 100.02 204.17 113.72 -
System Red Green Blue C M Y K H S L
Decimal 80 84 235 0.66 0.64 0 0.08 238.45 0.79 0.62
Hex 50 54 EB 42 40 0 8 EE 4F 3E
Octal 120 124 353 102 100 0 10 356 117 76
Binary 1010000 1010100 11101011 1000010 1000000 0 1000 11101110 1001111 111110

Color Harmonies of #5054EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5054EB

Black with #5054EB

Text Example


Text Example

White with #5054EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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