Html Css Color HEX #5E50FB Neon Blue

📋 copy color: '#5E50FB'

red 94 ◦ green 80 ◦ blue 251

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

Shades of Neon Blue #5E50FB

Tints of Neon Blue #5E50FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

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

R = 22.12%
G = 18.82%
B = 59.06%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E50FB (or 0x5E50FB) is known color: Neon Blue. HEX triplet: 5E, 50 and FB. RGB value is (94,80,251). Sum of RGB (Red+Green+Blue) = 94+80+251=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E50FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50FB is #A1AF04. Grayscale: #676767. Windows color (decimal): -10596101 or 16470110. OLE color: 16470110.

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

Color convert

RGB 94 80 251 -
CMYK 0.63 0.68 0 0.02
HSL 244.91º 0.96% 0.65% -
HSV(B) 244.91º 0.68% 0.98% -
XYZ 24.9 15.08 92.87 -
YUV 103.68 211.14 121.1 -
System Red Green Blue C M Y K H S L
Decimal 94 80 251 0.63 0.68 0 0.02 244.91 0.96 0.65
Hex 5E 50 FB 3F 44 0 2 F5 60 41
Octal 136 120 373 77 104 0 2 365 140 101
Binary 1011110 1010000 11111011 111111 1000100 0 10 11110101 1100000 1000001

Color Harmonies of #5E50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50FB

Black with #5E50FB

Text Example


Text Example

White with #5E50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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