Html Css Color HEX #494EEF Neon Blue

📋 copy color: '#494EEF'

red 73 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #494EEF

Tints of Neon Blue #494EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20%

 BLUE value IS 239 (93.75% from 255) = 61.28%

R = 18.72%
G = 20%
B = 61.28%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#494EEF (or 0x494EEF) is known color: Neon Blue. HEX triplet: 49, 4E and EF. RGB value is (73,78,239). Sum of RGB (Red+Green+Blue) = 73+78+239=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #494EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EEF is #B6B110. Grayscale: #5E5E5E. Windows color (decimal): -11972881 or 15683145. OLE color: 15683145.

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

Color convert

RGB 73 78 239 -
CMYK 0.69 0.67 0 0.06
HSL 238.19º 0.84% 0.61% -
HSV(B) 238.19º 0.69% 0.94% -
XYZ 21.05 13.1 83.08 -
YUV 94.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 73 78 239 0.69 0.67 0 0.06 238.19 0.84 0.61
Hex 49 4E EF 45 43 0 6 EE 54 3D
Octal 111 116 357 105 103 0 6 356 124 75
Binary 1001001 1001110 11101111 1000101 1000011 0 110 11101110 1010100 111101

Color Harmonies of #494EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EEF

Black with #494EEF

Text Example


Text Example

White with #494EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,239); }

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

background-color css

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

 a { background-color: rgb(73,78,239); }

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

border-color css

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

 span { border-color: rgb(73,78,239); }

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