Html Css Color HEX #494EED Neon Blue

📋 copy color: '#494EED'

red 73 ◦ green 78 ◦ blue 237

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

Shades of Neon Blue #494EED

Tints of Neon Blue #494EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 18.81%
G = 20.1%
B = 61.08%

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

#494EED (or 0x494EED) is known color: Neon Blue. HEX triplet: 49, 4E and ED. RGB value is (73,78,237). Sum of RGB (Red+Green+Blue) = 73+78+237=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #494EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EED is #B6B112. Grayscale: #5D5D5D. Windows color (decimal): -11972883 or 15552073. OLE color: 15552073.

HSL color Cylindrical-coordinate representation of color #494EED: hue angle of 238.17º degrees, saturation: 0.82, 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 #494EED is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 78 237 -
CMYK 0.69 0.67 0 0.07
HSL 238.17º 0.82% 0.61% -
HSV(B) 238.17º 0.69% 0.93% -
XYZ 20.76 12.98 81.53 -
YUV 94.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 73 78 237 0.69 0.67 0 0.07 238.17 0.82 0.61
Hex 49 4E ED 45 43 0 7 EE 52 3D
Octal 111 116 355 105 103 0 7 356 122 75
Binary 1001001 1001110 11101101 1000101 1000011 0 111 11101110 1010010 111101

Color Harmonies of #494EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EED

Black with #494EED

Text Example


Text Example

White with #494EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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