Html Css Color HEX #494BE2 Neon Blue

📋 copy color: '#494BE2'

red 73 ◦ green 75 ◦ blue 226

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

Shades of Neon Blue #494BE2

Tints of Neon Blue #494BE2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 226 (88.67% from 255) = 60.43%

R = 19.52%
G = 20.05%
B = 60.43%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#494BE2 (or 0x494BE2) is known color: Neon Blue. HEX triplet: 49, 4B and E2. RGB value is (73,75,226). Sum of RGB (Red+Green+Blue) = 73+75+226=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #494BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BE2 is #B6B41D. Grayscale: #5B5B5B. Windows color (decimal): -11973662 or 14830409. OLE color: 14830409.

HSL color Cylindrical-coordinate representation of color #494BE2: hue angle of 239.22º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494BE2 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 75 226 -
CMYK 0.68 0.67 0 0.11
HSL 239.22º 0.73% 0.59% -
HSV(B) 239.22º 0.68% 0.89% -
XYZ 18.99 11.94 73.26 -
YUV 91.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 73 75 226 0.68 0.67 0 0.11 239.22 0.73 0.59
Hex 49 4B E2 44 43 0 B EF 49 3B
Octal 111 113 342 104 103 0 13 357 111 73
Binary 1001001 1001011 11100010 1000100 1000011 0 1011 11101111 1001001 111011

Color Harmonies of #494BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BE2

Black with #494BE2

Text Example


Text Example

White with #494BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,75,226); }

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

background-color css

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

 a { background-color: rgb(73,75,226); }

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

border-color css

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

 span { border-color: rgb(73,75,226); }

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