Html Css Color HEX #494AEA Neon Blue

📋 copy color: '#494AEA'

red 73 ◦ green 74 ◦ blue 234

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

Shades of Neon Blue #494AEA

Tints of Neon Blue #494AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 19.16%
G = 19.42%
B = 61.42%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#494AEA (or 0x494AEA) is known color: Neon Blue. HEX triplet: 49, 4A and EA. RGB value is (73,74,234). Sum of RGB (Red+Green+Blue) = 73+74+234=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #494AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494AEA is #B6B515. Grayscale: #5B5B5B. Windows color (decimal): -11973910 or 15354441. OLE color: 15354441.

HSL color Cylindrical-coordinate representation of color #494AEA: hue angle of 239.63º degrees, saturation: 0.79, 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 #494AEA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 74 234 -
CMYK 0.69 0.68 0 0.08
HSL 239.63º 0.79% 0.6% -
HSV(B) 239.63º 0.69% 0.92% -
XYZ 20.05 12.25 79.15 -
YUV 91.94 208.17 114.49 -
System Red Green Blue C M Y K H S L
Decimal 73 74 234 0.69 0.68 0 0.08 239.63 0.79 0.6
Hex 49 4A EA 45 44 0 8 F0 4F 3C
Octal 111 112 352 105 104 0 10 360 117 74
Binary 1001001 1001010 11101010 1000101 1000100 0 1000 11110000 1001111 111100

Color Harmonies of #494AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AEA

Black with #494AEA

Text Example


Text Example

White with #494AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,234); }

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

background-color css

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

 a { background-color: rgb(73,74,234); }

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

border-color css

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

 span { border-color: rgb(73,74,234); }

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