Html Css Color HEX #5D40EE Neon Blue

📋 copy color: '#5D40EE'

red 93 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #5D40EE

Tints of Neon Blue #5D40EE

RGB

 RED value IS 93 (36.72% from 255) = 23.54%

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 23.54%
G = 16.2%
B = 60.25%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D40EE (or 0x5D40EE) is known color: Neon Blue. HEX triplet: 5D, 40 and EE. RGB value is (93,64,238). Sum of RGB (Red+Green+Blue) = 93+64+238=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D40EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D40EE is #A2BF11. Grayscale: #5B5B5B. Windows color (decimal): -10665746 or 15614045. OLE color: 15614045.

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

Color convert

RGB 93 64 238 -
CMYK 0.61 0.73 0 0.07
HSL 250º 0.84% 0.59% -
HSV(B) 250º 0.73% 0.93% -
XYZ 21.78 12.17 82.09 -
YUV 92.51 210.11 128.35 -
System Red Green Blue C M Y K H S L
Decimal 93 64 238 0.61 0.73 0 0.07 250 0.84 0.59
Hex 5D 40 EE 3D 49 0 7 FA 54 3B
Octal 135 100 356 75 111 0 7 372 124 73
Binary 1011101 1000000 11101110 111101 1001001 0 111 11111010 1010100 111011

Color Harmonies of #5D40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D40EE

Black with #5D40EE

Text Example


Text Example

White with #5D40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,64,238); }

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

background-color css

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

 a { background-color: rgb(93,64,238); }

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

border-color css

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

 span { border-color: rgb(93,64,238); }

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