Html Css Color HEX #494AF6 Neon Blue

📋 copy color: '#494AF6'

red 73 ◦ green 74 ◦ blue 246

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

Shades of Neon Blue #494AF6

Tints of Neon Blue #494AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.6%

R = 18.58%
G = 18.83%
B = 62.6%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#494AF6 (or 0x494AF6) is known color: Neon Blue. HEX triplet: 49, 4A and F6. RGB value is (73,74,246). Sum of RGB (Red+Green+Blue) = 73+74+246=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #494AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494AF6 is #B6B509. Grayscale: #5C5C5C. Windows color (decimal): -11973898 or 16140873. OLE color: 16140873.

HSL color Cylindrical-coordinate representation of color #494AF6: hue angle of 239.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494AF6 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 74 246 -
CMYK 0.70 0.70 0 0.04
HSL 239.65º 0.91% 0.63% -
HSV(B) 239.65º 0.7% 0.96% -
XYZ 21.83 12.97 88.54 -
YUV 93.31 214.17 113.51 -
System Red Green Blue C M Y K H S L
Decimal 73 74 246 0.70 0.70 0 0.04 239.65 0.91 0.63
Hex 49 4A F6 46 46 0 4 F0 5B 3F
Octal 111 112 366 106 106 0 4 360 133 77
Binary 1001001 1001010 11110110 1000110 1000110 0 100 11110000 1011011 111111

Color Harmonies of #494AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494AF6

Black with #494AF6

Text Example


Text Example

White with #494AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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