Html Css Color HEX #5E40FF Neon Blue

📋 copy color: '#5E40FF'

red 94 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #5E40FF

Tints of Neon Blue #5E40FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.74%

R = 22.76%
G = 15.5%
B = 61.74%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5E40FF (or 0x5E40FF) is known color: Neon Blue. HEX triplet: 5E, 40 and FF. RGB value is (94,64,255). Sum of RGB (Red+Green+Blue) = 94+64+255=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40FF is #A1BF00. Grayscale: #5E5E5E. Windows color (decimal): -10600193 or 16728158. OLE color: 16728158.

HSL color Cylindrical-coordinate representation of color #5E40FF: hue angle of 249.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E40FF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 94 64 255 -
CMYK 0.63 0.75 0 0
HSL 249.42º 1% 0.63% -
HSV(B) 249.42º 0.75% 1% -
XYZ 24.5 13.27 95.88 -
YUV 94.74 218.44 127.47 -
System Red Green Blue C M Y K H S L
Decimal 94 64 255 0.63 0.75 0 0 249.42 1 0.63
Hex 5E 40 FF 3F 4B 0 0 F9 64 3F
Octal 136 100 377 77 113 0 0 371 144 77
Binary 1011110 1000000 11111111 111111 1001011 0 0 11111001 1100100 111111

Color Harmonies of #5E40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40FF

Black with #5E40FF

Text Example


Text Example

White with #5E40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,255); }

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

background-color css

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

 a { background-color: rgb(94,64,255); }

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

border-color css

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

 span { border-color: rgb(94,64,255); }

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