Html Css Color HEX #5E58EB Neon Blue

📋 copy color: '#5E58EB'

red 94 ◦ green 88 ◦ blue 235

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

Shades of Neon Blue #5E58EB

Tints of Neon Blue #5E58EB

RGB

 RED value IS 94 (37.11% from 255) = 22.54%

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

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

R = 22.54%
G = 21.1%
B = 56.35%

CMYK

 C value IS 0.6

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E58EB (or 0x5E58EB) is known color: Neon Blue. HEX triplet: 5E, 58 and EB. RGB value is (94,88,235). Sum of RGB (Red+Green+Blue) = 94+88+235=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E58EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E58EB is #A1A714. Grayscale: #696969. Windows color (decimal): -10594069 or 15423582. OLE color: 15423582.

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

Color convert

RGB 94 88 235 -
CMYK 0.6 0.63 0 0.08
HSL 242.45º 0.79% 0.63% -
HSV(B) 242.45º 0.63% 0.92% -
XYZ 23.1 15.36 80.34 -
YUV 106.55 200.49 119.05 -
System Red Green Blue C M Y K H S L
Decimal 94 88 235 0.6 0.63 0 0.08 242.45 0.79 0.63
Hex 5E 58 EB 3C 3F 0 8 F2 4F 3F
Octal 136 130 353 74 77 0 10 362 117 77
Binary 1011110 1011000 11101011 111100 111111 0 1000 11110010 1001111 111111

Color Harmonies of #5E58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58EB

Black with #5E58EB

Text Example


Text Example

White with #5E58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E58EB; }

 p { color: rgb(94,88,235); }

 H1.HeaderClassName
 {
   color: #5E58EB;
 }
 .AnyTagClassName
 {
   color: #5E58EB;
 }
</style>

background-color css

<style>
 a { background-color: #5E58EB; }

 a { background-color: rgb(94,88,235); }

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

border-color css

<style>
 span { border-color: #5E58EB; }

 span { border-color: rgb(94,88,235); }

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