Html Css Color HEX #5E60EE Neon Blue

📋 copy color: '#5E60EE'

red 94 ◦ green 96 ◦ blue 238

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

Shades of Neon Blue #5E60EE

Tints of Neon Blue #5E60EE

RGB

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

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

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

R = 21.96%
G = 22.43%
B = 55.61%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E60EE (or 0x5E60EE) is known color: Neon Blue. HEX triplet: 5E, 60 and EE. RGB value is (94,96,238). Sum of RGB (Red+Green+Blue) = 94+96+238=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E60EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E60EE is #A19F11. Grayscale: #6F6F6F. Windows color (decimal): -10592018 or 15622238. OLE color: 15622238.

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

Color convert

RGB 94 96 238 -
CMYK 0.61 0.60 0 0.07
HSL 239.17º 0.81% 0.65% -
HSV(B) 239.17º 0.61% 0.93% -
XYZ 24.23 16.92 82.88 -
YUV 111.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 94 96 238 0.61 0.60 0 0.07 239.17 0.81 0.65
Hex 5E 60 EE 3D 3C 0 7 EF 51 41
Octal 136 140 356 75 74 0 7 357 121 101
Binary 1011110 1100000 11101110 111101 111100 0 111 11101111 1010001 1000001

Color Harmonies of #5E60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E60EE

Black with #5E60EE

Text Example


Text Example

White with #5E60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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