Html Css Color HEX #5E41FB Neon Blue

📋 copy color: '#5E41FB'

red 94 ◦ green 65 ◦ blue 251

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

Shades of Neon Blue #5E41FB

Tints of Neon Blue #5E41FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 22.93%
G = 15.85%
B = 61.22%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E41FB (or 0x5E41FB) is known color: Neon Blue. HEX triplet: 5E, 41 and FB. RGB value is (94,65,251). Sum of RGB (Red+Green+Blue) = 94+65+251=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E41FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E41FB is #A1BE04. Grayscale: #5E5E5E. Windows color (decimal): -10599941 or 16466270. OLE color: 16466270.

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

Color convert

RGB 94 65 251 -
CMYK 0.63 0.74 0 0.02
HSL 249.35º 0.96% 0.62% -
HSV(B) 249.35º 0.74% 0.98% -
XYZ 23.92 13.13 92.54 -
YUV 94.88 216.11 127.38 -
System Red Green Blue C M Y K H S L
Decimal 94 65 251 0.63 0.74 0 0.02 249.35 0.96 0.62
Hex 5E 41 FB 3F 4A 0 2 F9 60 3E
Octal 136 101 373 77 112 0 2 371 140 76
Binary 1011110 1000001 11111011 111111 1001010 0 10 11111001 1100000 111110

Color Harmonies of #5E41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41FB

Black with #5E41FB

Text Example


Text Example

White with #5E41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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