Html Css Color HEX #5E4AF9 Neon Blue

📋 copy color: '#5E4AF9'

red 94 ◦ green 74 ◦ blue 249

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

Shades of Neon Blue #5E4AF9

Tints of Neon Blue #5E4AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

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

R = 22.54%
G = 17.75%
B = 59.71%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E4AF9 (or 0x5E4AF9) is known color: Neon Blue. HEX triplet: 5E, 4A and F9. RGB value is (94,74,249). Sum of RGB (Red+Green+Blue) = 94+74+249=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E4AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AF9 is #A1B506. Grayscale: #636363. Windows color (decimal): -10597639 or 16337502. OLE color: 16337502.

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

Color convert

RGB 94 74 249 -
CMYK 0.62 0.70 0 0.02
HSL 246.86º 0.94% 0.63% -
HSV(B) 246.86º 0.7% 0.98% -
XYZ 24.16 14.12 91.07 -
YUV 99.93 212.13 123.77 -
System Red Green Blue C M Y K H S L
Decimal 94 74 249 0.62 0.70 0 0.02 246.86 0.94 0.63
Hex 5E 4A F9 3E 46 0 2 F7 5E 3F
Octal 136 112 371 76 106 0 2 367 136 77
Binary 1011110 1001010 11111001 111110 1000110 0 10 11110111 1011110 111111

Color Harmonies of #5E4AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4AF9

Black with #5E4AF9

Text Example


Text Example

White with #5E4AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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