Html Css Color HEX #494DF5 Neon Blue

📋 copy color: '#494DF5'

red 73 ◦ green 77 ◦ blue 245

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

Shades of Neon Blue #494DF5

Tints of Neon Blue #494DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.03%

R = 18.48%
G = 19.49%
B = 62.03%

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

#494DF5 (or 0x494DF5) is known color: Neon Blue. HEX triplet: 49, 4D and F5. RGB value is (73,77,245). Sum of RGB (Red+Green+Blue) = 73+77+245=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 245 (96.09% from 255 or 62.03% from 395); Max value from RGB is 245 - color contains mainly: blue. Hex color #494DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494DF5 is #B6B20A. Grayscale: #5E5E5E. Windows color (decimal): -11973131 or 16076105. OLE color: 16076105.

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

Color convert

RGB 73 77 245 -
CMYK 0.70 0.69 0 0.04
HSL 238.6º 0.9% 0.62% -
HSV(B) 238.6º 0.7% 0.96% -
XYZ 21.88 13.32 87.8 -
YUV 94.96 212.67 112.34 -
System Red Green Blue C M Y K H S L
Decimal 73 77 245 0.70 0.69 0 0.04 238.6 0.9 0.62
Hex 49 4D F5 46 45 0 4 EF 5A 3E
Octal 111 115 365 106 105 0 4 357 132 76
Binary 1001001 1001101 11110101 1000110 1000101 0 100 11101111 1011010 111110

Color Harmonies of #494DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DF5

Black with #494DF5

Text Example


Text Example

White with #494DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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