Html Css Color HEX #5E50FA Neon Blue

📋 copy color: '#5E50FA'

red 94 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #5E50FA

Tints of Neon Blue #5E50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 22.17%
G = 18.87%
B = 58.96%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E50FA (or 0x5E50FA) is known color: Neon Blue. HEX triplet: 5E, 50 and FA. RGB value is (94,80,250). Sum of RGB (Red+Green+Blue) = 94+80+250=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E50FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50FA is #A1AF05. Grayscale: #666666. Windows color (decimal): -10596102 or 16404574. OLE color: 16404574.

HSL color Cylindrical-coordinate representation of color #5E50FA: hue angle of 244.94º degrees, saturation: 0.94, 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 #5E50FA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 80 250 -
CMYK 0.62 0.68 0 0.02
HSL 244.94º 0.94% 0.65% -
HSV(B) 244.94º 0.68% 0.98% -
XYZ 24.74 15.02 92.04 -
YUV 103.57 210.64 121.18 -
System Red Green Blue C M Y K H S L
Decimal 94 80 250 0.62 0.68 0 0.02 244.94 0.94 0.65
Hex 5E 50 FA 3E 44 0 2 F5 5E 41
Octal 136 120 372 76 104 0 2 365 136 101
Binary 1011110 1010000 11111010 111110 1000100 0 10 11110101 1011110 1000001

Color Harmonies of #5E50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E50FA

Black with #5E50FA

Text Example


Text Example

White with #5E50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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