Html Css Color HEX #494DF7 Neon Blue

📋 copy color: '#494DF7'

red 73 ◦ green 77 ◦ blue 247

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

Shades of Neon Blue #494DF7

Tints of Neon Blue #494DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 62.22%

R = 18.39%
G = 19.4%
B = 62.22%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#494DF7 (or 0x494DF7) is known color: Neon Blue. HEX triplet: 49, 4D and F7. RGB value is (73,77,247). Sum of RGB (Red+Green+Blue) = 73+77+247=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 247 (96.88% from 255 or 62.22% from 397); Max value from RGB is 247 - color contains mainly: blue. Hex color #494DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494DF7 is #B6B208. Grayscale: #5E5E5E. Windows color (decimal): -11973129 or 16207177. OLE color: 16207177.

HSL color Cylindrical-coordinate representation of color #494DF7: hue angle of 238.62º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494DF7 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 77 247 -
CMYK 0.70 0.69 0 0.03
HSL 238.62º 0.92% 0.63% -
HSV(B) 238.62º 0.7% 0.97% -
XYZ 22.19 13.44 89.42 -
YUV 95.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 73 77 247 0.70 0.69 0 0.03 238.62 0.92 0.63
Hex 49 4D F7 46 45 0 3 EF 5C 3F
Octal 111 115 367 106 105 0 3 357 134 77
Binary 1001001 1001101 11110111 1000110 1000101 0 11 11101111 1011100 111111

Color Harmonies of #494DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DF7

Black with #494DF7

Text Example


Text Example

White with #494DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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