Html Css Color HEX #494FEC Neon Blue

📋 copy color: '#494FEC'

red 73 ◦ green 79 ◦ blue 236

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

Shades of Neon Blue #494FEC

Tints of Neon Blue #494FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 18.81%
G = 20.36%
B = 60.82%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#494FEC (or 0x494FEC) is known color: Neon Blue. HEX triplet: 49, 4F and EC. RGB value is (73,79,236). Sum of RGB (Red+Green+Blue) = 73+79+236=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #494FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494FEC is #B6B013. Grayscale: #5E5E5E. Windows color (decimal): -11972628 or 15486793. OLE color: 15486793.

HSL color Cylindrical-coordinate representation of color #494FEC: hue angle of 237.79º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494FEC is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 79 236 -
CMYK 0.69 0.67 0 0.07
HSL 237.79º 0.81% 0.61% -
HSV(B) 237.79º 0.69% 0.93% -
XYZ 20.68 13.06 80.79 -
YUV 95.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 73 79 236 0.69 0.67 0 0.07 237.79 0.81 0.61
Hex 49 4F EC 45 43 0 7 EE 51 3D
Octal 111 117 354 105 103 0 7 356 121 75
Binary 1001001 1001111 11101100 1000101 1000011 0 111 11101110 1010001 111101

Color Harmonies of #494FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FEC

Black with #494FEC

Text Example


Text Example

White with #494FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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