Html Css Color HEX #5458EE Neon Blue

📋 copy color: '#5458EE'

red 84 ◦ green 88 ◦ blue 238

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

Shades of Neon Blue #5458EE

Tints of Neon Blue #5458EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.05%

R = 20.49%
G = 21.46%
B = 58.05%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5458EE (or 0x5458EE) is known color: Neon Blue. HEX triplet: 54, 58 and EE. RGB value is (84,88,238). Sum of RGB (Red+Green+Blue) = 84+88+238=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #5458EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458EE is #ABA711. Grayscale: #676767. Windows color (decimal): -11249426 or 15620180. OLE color: 15620180.

HSL color Cylindrical-coordinate representation of color #5458EE: hue angle of 238.44º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5458EE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 88 238 -
CMYK 0.65 0.63 0 0.07
HSL 238.44º 0.82% 0.63% -
HSV(B) 238.44º 0.65% 0.93% -
XYZ 22.58 15.04 82.6 -
YUV 103.9 203.67 113.8 -
System Red Green Blue C M Y K H S L
Decimal 84 88 238 0.65 0.63 0 0.07 238.44 0.82 0.63
Hex 54 58 EE 41 3F 0 7 EE 52 3F
Octal 124 130 356 101 77 0 7 356 122 77
Binary 1010100 1011000 11101110 1000001 111111 0 111 11101110 1010010 111111

Color Harmonies of #5458EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5458EE

Black with #5458EE

Text Example


Text Example

White with #5458EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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