Html Css Color HEX #5E40F5 Neon Blue

📋 copy color: '#5E40F5'

red 94 ◦ green 64 ◦ blue 245

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

Shades of Neon Blue #5E40F5

Tints of Neon Blue #5E40F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 60.79%

R = 23.33%
G = 15.88%
B = 60.79%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5E40F5 (or 0x5E40F5) is known color: Neon Blue. HEX triplet: 5E, 40 and F5. RGB value is (94,64,245). Sum of RGB (Red+Green+Blue) = 94+64+245=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 245 (96.09% from 255 or 60.79% from 403); Max value from RGB is 245 - color contains mainly: blue. Hex color #5E40F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40F5 is #A1BF0A. Grayscale: #5C5C5C. Windows color (decimal): -10600203 or 16072798. OLE color: 16072798.

HSL color Cylindrical-coordinate representation of color #5E40F5: hue angle of 249.94º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E40F5 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 94 64 245 -
CMYK 0.62 0.74 0 0.04
HSL 249.94º 0.9% 0.61% -
HSV(B) 249.94º 0.74% 0.96% -
XYZ 22.93 12.64 87.62 -
YUV 93.6 213.44 128.28 -
System Red Green Blue C M Y K H S L
Decimal 94 64 245 0.62 0.74 0 0.04 249.94 0.9 0.61
Hex 5E 40 F5 3E 4A 0 4 FA 5A 3D
Octal 136 100 365 76 112 0 4 372 132 75
Binary 1011110 1000000 11110101 111110 1001010 0 100 11111010 1011010 111101

Color Harmonies of #5E40F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40F5

Black with #5E40F5

Text Example


Text Example

White with #5E40F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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