Html Css Color HEX #494EEE Neon Blue

📋 copy color: '#494EEE'

red 73 ◦ green 78 ◦ blue 238

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

Shades of Neon Blue #494EEE

Tints of Neon Blue #494EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.18%

R = 18.77%
G = 20.05%
B = 61.18%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#494EEE (or 0x494EEE) is known color: Neon Blue. HEX triplet: 49, 4E and EE. RGB value is (73,78,238). Sum of RGB (Red+Green+Blue) = 73+78+238=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #494EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EEE is #B6B111. Grayscale: #5E5E5E. Windows color (decimal): -11972882 or 15617609. OLE color: 15617609.

HSL color Cylindrical-coordinate representation of color #494EEE: hue angle of 238.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494EEE is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 78 238 -
CMYK 0.69 0.67 0 0.07
HSL 238.18º 0.83% 0.61% -
HSV(B) 238.18º 0.69% 0.93% -
XYZ 20.9 13.04 82.3 -
YUV 94.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 73 78 238 0.69 0.67 0 0.07 238.18 0.83 0.61
Hex 49 4E EE 45 43 0 7 EE 53 3D
Octal 111 116 356 105 103 0 7 356 123 75
Binary 1001001 1001110 11101110 1000101 1000011 0 111 11101110 1010011 111101

Color Harmonies of #494EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EEE

Black with #494EEE

Text Example


Text Example

White with #494EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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