Html Css Color HEX #5E60EB Neon Blue

📋 copy color: '#5E60EB'

red 94 ◦ green 96 ◦ blue 235

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

Shades of Neon Blue #5E60EB

Tints of Neon Blue #5E60EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

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

R = 22.12%
G = 22.59%
B = 55.29%

CMYK

 C value IS 0.6

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E60EB (or 0x5E60EB) is known color: Neon Blue. HEX triplet: 5E, 60 and EB. RGB value is (94,96,235). Sum of RGB (Red+Green+Blue) = 94+96+235=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E60EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E60EB is #A19F14. Grayscale: #6E6E6E. Windows color (decimal): -10592021 or 15425630. OLE color: 15425630.

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

Color convert

RGB 94 96 235 -
CMYK 0.6 0.59 0 0.08
HSL 239.15º 0.78% 0.65% -
HSV(B) 239.15º 0.6% 0.92% -
XYZ 23.79 16.74 80.58 -
YUV 111.25 197.84 115.7 -
System Red Green Blue C M Y K H S L
Decimal 94 96 235 0.6 0.59 0 0.08 239.15 0.78 0.65
Hex 5E 60 EB 3C 3B 0 8 EF 4E 41
Octal 136 140 353 74 73 0 10 357 116 101
Binary 1011110 1100000 11101011 111100 111011 0 1000 11101111 1001110 1000001

Color Harmonies of #5E60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60EB

Black with #5E60EB

Text Example


Text Example

White with #5E60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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