Html Css Color HEX #5E40FB Neon Blue

📋 copy color: '#5E40FB'

red 94 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #5E40FB

Tints of Neon Blue #5E40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 22.98%
G = 15.65%
B = 61.37%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E40FB (or 0x5E40FB) is known color: Neon Blue. HEX triplet: 5E, 40 and FB. RGB value is (94,64,251). Sum of RGB (Red+Green+Blue) = 94+64+251=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E40FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40FB is #A1BF04. Grayscale: #5D5D5D. Windows color (decimal): -10600197 or 16466014. OLE color: 16466014.

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

Color convert

RGB 94 64 251 -
CMYK 0.63 0.75 0 0.02
HSL 249.63º 0.96% 0.62% -
HSV(B) 249.63º 0.75% 0.98% -
XYZ 23.86 13.01 92.52 -
YUV 94.29 216.44 127.79 -
System Red Green Blue C M Y K H S L
Decimal 94 64 251 0.63 0.75 0 0.02 249.63 0.96 0.62
Hex 5E 40 FB 3F 4B 0 2 FA 60 3E
Octal 136 100 373 77 113 0 2 372 140 76
Binary 1011110 1000000 11111011 111111 1001011 0 10 11111010 1100000 111110

Color Harmonies of #5E40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40FB

Black with #5E40FB

Text Example


Text Example

White with #5E40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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