Html Css Color HEX #494CE6 Neon Blue

📋 copy color: '#494CE6'

red 73 ◦ green 76 ◦ blue 230

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

Shades of Neon Blue #494CE6

Tints of Neon Blue #494CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.05%

 BLUE value IS 230 (90.23% from 255) = 60.69%

R = 19.26%
G = 20.05%
B = 60.69%

CMYK

 C value IS 0.68

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#494CE6 (or 0x494CE6) is known color: Neon Blue. HEX triplet: 49, 4C and E6. RGB value is (73,76,230). Sum of RGB (Red+Green+Blue) = 73+76+230=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #494CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CE6 is #B6B319. Grayscale: #5C5C5C. Windows color (decimal): -11973402 or 15092809. OLE color: 15092809.

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

Color convert

RGB 73 76 230 -
CMYK 0.68 0.67 0 0.10
HSL 238.85º 0.76% 0.59% -
HSV(B) 238.85º 0.68% 0.9% -
XYZ 19.62 12.3 76.2 -
YUV 92.66 205.51 113.98 -
System Red Green Blue C M Y K H S L
Decimal 73 76 230 0.68 0.67 0 0.10 238.85 0.76 0.59
Hex 49 4C E6 44 43 0 A EF 4C 3B
Octal 111 114 346 104 103 0 12 357 114 73
Binary 1001001 1001100 11100110 1000100 1000011 0 1010 11101111 1001100 111011

Color Harmonies of #494CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CE6

Black with #494CE6

Text Example


Text Example

White with #494CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,230); }

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

background-color css

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

 a { background-color: rgb(73,76,230); }

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

border-color css

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

 span { border-color: rgb(73,76,230); }

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