Html Css Color HEX #5E55EB Neon Blue

📋 copy color: '#5E55EB'

red 94 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #5E55EB

Tints of Neon Blue #5E55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

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

R = 22.71%
G = 20.53%
B = 56.76%

CMYK

 C value IS 0.6

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E55EB (or 0x5E55EB) is known color: Neon Blue. HEX triplet: 5E, 55 and EB. RGB value is (94,85,235). Sum of RGB (Red+Green+Blue) = 94+85+235=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E55EB is #A1AA14. Grayscale: #686868. Windows color (decimal): -10594837 or 15422814. OLE color: 15422814.

HSL color Cylindrical-coordinate representation of color #5E55EB: hue angle of 243.6º 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 #5E55EB is Cyan = 0.6, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 85 235 -
CMYK 0.6 0.64 0 0.08
HSL 243.6º 0.79% 0.63% -
HSV(B) 243.6º 0.64% 0.92% -
XYZ 22.86 14.87 80.26 -
YUV 104.79 201.48 120.3 -
System Red Green Blue C M Y K H S L
Decimal 94 85 235 0.6 0.64 0 0.08 243.6 0.79 0.63
Hex 5E 55 EB 3C 40 0 8 F4 4F 3F
Octal 136 125 353 74 100 0 10 364 117 77
Binary 1011110 1010101 11101011 111100 1000000 0 1000 11110100 1001111 111111

Color Harmonies of #5E55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55EB

Black with #5E55EB

Text Example


Text Example

White with #5E55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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