Html Css Color HEX #5459EB Neon Blue

📋 copy color: '#5459EB'

red 84 ◦ green 89 ◦ blue 235

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

Shades of Neon Blue #5459EB

Tints of Neon Blue #5459EB

RGB

 RED value IS 84 (33.2% from 255) = 20.59%

 GREEN value IS 89 (35.16% from 255) = 21.81%

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

R = 20.59%
G = 21.81%
B = 57.6%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5459EB (or 0x5459EB) is known color: Neon Blue. HEX triplet: 54, 59 and EB. RGB value is (84,89,235). Sum of RGB (Red+Green+Blue) = 84+89+235=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #5459EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459EB is #ABA614. Grayscale: #676767. Windows color (decimal): -11249173 or 15423828. OLE color: 15423828.

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

Color convert

RGB 84 89 235 -
CMYK 0.64 0.62 0 0.08
HSL 238.01º 0.79% 0.63% -
HSV(B) 238.01º 0.64% 0.92% -
XYZ 22.22 15.03 80.33 -
YUV 104.15 201.84 113.63 -
System Red Green Blue C M Y K H S L
Decimal 84 89 235 0.64 0.62 0 0.08 238.01 0.79 0.63
Hex 54 59 EB 40 3E 0 8 EE 4F 3F
Octal 124 131 353 100 76 0 10 356 117 77
Binary 1010100 1011001 11101011 1000000 111110 0 1000 11101110 1001111 111111

Color Harmonies of #5459EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5459EB

Black with #5459EB

Text Example


Text Example

White with #5459EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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