Html Css Color HEX #5E4EFB Neon Blue

📋 copy color: '#5E4EFB'

red 94 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #5E4EFB

Tints of Neon Blue #5E4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 22.22%
G = 18.44%
B = 59.34%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E4EFB (or 0x5E4EFB) is known color: Neon Blue. HEX triplet: 5E, 4E and FB. RGB value is (94,78,251). Sum of RGB (Red+Green+Blue) = 94+78+251=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E4EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4EFB is #A1B104. Grayscale: #656565. Windows color (decimal): -10596613 or 16469598. OLE color: 16469598.

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

Color convert

RGB 94 78 251 -
CMYK 0.63 0.69 0 0.02
HSL 245.55º 0.96% 0.65% -
HSV(B) 245.55º 0.69% 0.98% -
XYZ 24.75 14.79 92.82 -
YUV 102.51 211.8 121.93 -
System Red Green Blue C M Y K H S L
Decimal 94 78 251 0.63 0.69 0 0.02 245.55 0.96 0.65
Hex 5E 4E FB 3F 45 0 2 F6 60 41
Octal 136 116 373 77 105 0 2 366 140 101
Binary 1011110 1001110 11111011 111111 1000101 0 10 11110110 1100000 1000001

Color Harmonies of #5E4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4EFB

Black with #5E4EFB

Text Example


Text Example

White with #5E4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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