Html Css Color HEX #5458EA Neon Blue

📋 copy color: '#5458EA'

red 84 ◦ green 88 ◦ blue 234

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

Shades of Neon Blue #5458EA

Tints of Neon Blue #5458EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 20.69%
G = 21.67%
B = 57.64%

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

#5458EA (or 0x5458EA) is known color: Neon Blue. HEX triplet: 54, 58 and EA. RGB value is (84,88,234). Sum of RGB (Red+Green+Blue) = 84+88+234=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #5458EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458EA is #ABA715. Grayscale: #666666. Windows color (decimal): -11249430 or 15358036. OLE color: 15358036.

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

Color convert

RGB 84 88 234 -
CMYK 0.64 0.62 0 0.08
HSL 238.4º 0.78% 0.62% -
HSV(B) 238.4º 0.64% 0.92% -
XYZ 22 14.8 79.54 -
YUV 103.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 84 88 234 0.64 0.62 0 0.08 238.4 0.78 0.62
Hex 54 58 EA 40 3E 0 8 EE 4E 3E
Octal 124 130 352 100 76 0 10 356 116 76
Binary 1010100 1011000 11101010 1000000 111110 0 1000 11101110 1001110 111110

Color Harmonies of #5458EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458EA

Black with #5458EA

Text Example


Text Example

White with #5458EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5458EA; }

 p { color: rgb(84,88,234); }

 H1.HeaderClassName
 {
   color: #5458EA;
 }
 .AnyTagClassName
 {
   color: #5458EA;
 }
</style>

background-color css

<style>
 a { background-color: #5458EA; }

 a { background-color: rgb(84,88,234); }

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

border-color css

<style>
 span { border-color: #5458EA; }

 span { border-color: rgb(84,88,234); }

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