Html Css Color HEX #494DF6 Neon Blue

📋 copy color: '#494DF6'

red 73 ◦ green 77 ◦ blue 246

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

Shades of Neon Blue #494DF6

Tints of Neon Blue #494DF6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

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

R = 18.43%
G = 19.44%
B = 62.12%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#494DF6 (or 0x494DF6) is known color: Neon Blue. HEX triplet: 49, 4D and F6. RGB value is (73,77,246). Sum of RGB (Red+Green+Blue) = 73+77+246=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #494DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494DF6 is #B6B209. Grayscale: #5E5E5E. Windows color (decimal): -11973130 or 16141641. OLE color: 16141641.

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

Color convert

RGB 73 77 246 -
CMYK 0.70 0.69 0 0.04
HSL 238.61º 0.91% 0.63% -
HSV(B) 238.61º 0.7% 0.96% -
XYZ 22.04 13.38 88.61 -
YUV 95.07 213.17 112.26 -
System Red Green Blue C M Y K H S L
Decimal 73 77 246 0.70 0.69 0 0.04 238.61 0.91 0.63
Hex 49 4D F6 46 45 0 4 EF 5B 3F
Octal 111 115 366 106 105 0 4 357 133 77
Binary 1001001 1001101 11110110 1000110 1000101 0 100 11101111 1011011 111111

Color Harmonies of #494DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DF6

Black with #494DF6

Text Example


Text Example

White with #494DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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