Html Css Color HEX #494FEA Neon Blue

📋 copy color: '#494FEA'

red 73 ◦ green 79 ◦ blue 234

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

Shades of Neon Blue #494FEA

Tints of Neon Blue #494FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

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

R = 18.91%
G = 20.47%
B = 60.62%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#494FEA (or 0x494FEA) is known color: Neon Blue. HEX triplet: 49, 4F and EA. RGB value is (73,79,234). Sum of RGB (Red+Green+Blue) = 73+79+234=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #494FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494FEA is #B6B015. Grayscale: #5E5E5E. Windows color (decimal): -11972630 or 15355721. OLE color: 15355721.

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

Color convert

RGB 73 79 234 -
CMYK 0.69 0.66 0 0.08
HSL 237.76º 0.79% 0.6% -
HSV(B) 237.76º 0.69% 0.92% -
XYZ 20.39 12.95 79.27 -
YUV 94.88 206.51 112.4 -
System Red Green Blue C M Y K H S L
Decimal 73 79 234 0.69 0.66 0 0.08 237.76 0.79 0.6
Hex 49 4F EA 45 42 0 8 EE 4F 3C
Octal 111 117 352 105 102 0 10 356 117 74
Binary 1001001 1001111 11101010 1000101 1000010 0 1000 11101110 1001111 111100

Color Harmonies of #494FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FEA

Black with #494FEA

Text Example


Text Example

White with #494FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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