Html Css Color HEX #5E54F9 Neon Blue

📋 copy color: '#5E54F9'

red 94 ◦ green 84 ◦ blue 249

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

Shades of Neon Blue #5E54F9

Tints of Neon Blue #5E54F9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 22.01%
G = 19.67%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E54F9 (or 0x5E54F9) is known color: Neon Blue. HEX triplet: 5E, 54 and F9. RGB value is (94,84,249). Sum of RGB (Red+Green+Blue) = 94+84+249=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E54F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E54F9 is #A1AB06. Grayscale: #696969. Windows color (decimal): -10595079 or 16340062. OLE color: 16340062.

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

Color convert

RGB 94 84 249 -
CMYK 0.62 0.66 0 0.02
HSL 243.64º 0.93% 0.65% -
HSV(B) 243.64º 0.66% 0.98% -
XYZ 24.89 15.56 91.31 -
YUV 105.8 208.81 119.58 -
System Red Green Blue C M Y K H S L
Decimal 94 84 249 0.62 0.66 0 0.02 243.64 0.93 0.65
Hex 5E 54 F9 3E 42 0 2 F4 5D 41
Octal 136 124 371 76 102 0 2 364 135 101
Binary 1011110 1010100 11111001 111110 1000010 0 10 11110100 1011101 1000001

Color Harmonies of #5E54F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54F9

Black with #5E54F9

Text Example


Text Example

White with #5E54F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,84,249); }

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

background-color css

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

 a { background-color: rgb(94,84,249); }

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

border-color css

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

 span { border-color: rgb(94,84,249); }

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