Html Css Color HEX #5E60EC Neon Blue

📋 copy color: '#5E60EC'

red 94 ◦ green 96 ◦ blue 236

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

Shades of Neon Blue #5E60EC

Tints of Neon Blue #5E60EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 22.07%
G = 22.54%
B = 55.4%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E60EC (or 0x5E60EC) is known color: Neon Blue. HEX triplet: 5E, 60 and EC. RGB value is (94,96,236). Sum of RGB (Red+Green+Blue) = 94+96+236=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E60EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E60EC is #A19F13. Grayscale: #6E6E6E. Windows color (decimal): -10592020 or 15491166. OLE color: 15491166.

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

Color convert

RGB 94 96 236 -
CMYK 0.60 0.59 0 0.07
HSL 239.15º 0.79% 0.65% -
HSV(B) 239.15º 0.6% 0.93% -
XYZ 23.94 16.8 81.34 -
YUV 111.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 94 96 236 0.60 0.59 0 0.07 239.15 0.79 0.65
Hex 5E 60 EC 3C 3B 0 7 EF 4F 41
Octal 136 140 354 74 73 0 7 357 117 101
Binary 1011110 1100000 11101100 111100 111011 0 111 11101111 1001111 1000001

Color Harmonies of #5E60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60EC

Black with #5E60EC

Text Example


Text Example

White with #5E60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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