Html Css Color HEX #494EEB Neon Blue

📋 copy color: '#494EEB'

red 73 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #494EEB

Tints of Neon Blue #494EEB

RGB

 RED value IS 73 (28.91% from 255) = 18.91%

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

 BLUE value IS 235 (92.19% from 255) = 60.88%

R = 18.91%
G = 20.21%
B = 60.88%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#494EEB (or 0x494EEB) is known color: Neon Blue. HEX triplet: 49, 4E and EB. RGB value is (73,78,235). Sum of RGB (Red+Green+Blue) = 73+78+235=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #494EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EEB is #B6B114. Grayscale: #5D5D5D. Windows color (decimal): -11972885 or 15421001. OLE color: 15421001.

HSL color Cylindrical-coordinate representation of color #494EEB: hue angle of 238.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494EEB is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 78 235 -
CMYK 0.69 0.67 0 0.08
HSL 238.15º 0.8% 0.6% -
HSV(B) 238.15º 0.69% 0.92% -
XYZ 20.47 12.86 80 -
YUV 94.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 73 78 235 0.69 0.67 0 0.08 238.15 0.8 0.6
Hex 49 4E EB 45 43 0 8 EE 50 3C
Octal 111 116 353 105 103 0 10 356 120 74
Binary 1001001 1001110 11101011 1000101 1000011 0 1000 11101110 1010000 111100

Color Harmonies of #494EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EEB

Black with #494EEB

Text Example


Text Example

White with #494EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494EEB; }

 p { color: rgb(73,78,235); }

 H1.HeaderClassName
 {
   color: #494EEB;
 }
 .AnyTagClassName
 {
   color: #494EEB;
 }
</style>

background-color css

<style>
 a { background-color: #494EEB; }

 a { background-color: rgb(73,78,235); }

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

border-color css

<style>
 span { border-color: #494EEB; }

 span { border-color: rgb(73,78,235); }

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