Html Css Color HEX #494CEF Neon Blue

📋 copy color: '#494CEF'

red 73 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #494CEF

Tints of Neon Blue #494CEF

RGB

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

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

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

R = 18.81%
G = 19.59%
B = 61.6%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#494CEF (or 0x494CEF) is known color: Neon Blue. HEX triplet: 49, 4C and EF. RGB value is (73,76,239). Sum of RGB (Red+Green+Blue) = 73+76+239=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #494CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CEF is #B6B310. Grayscale: #5D5D5D. Windows color (decimal): -11973393 or 15682633. OLE color: 15682633.

HSL color Cylindrical-coordinate representation of color #494CEF: hue angle of 238.92º 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 #494CEF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 76 239 -
CMYK 0.69 0.68 0 0.06
HSL 238.92º 0.84% 0.61% -
HSV(B) 238.92º 0.69% 0.94% -
XYZ 20.91 12.82 83.03 -
YUV 93.69 210.01 113.25 -
System Red Green Blue C M Y K H S L
Decimal 73 76 239 0.69 0.68 0 0.06 238.92 0.84 0.61
Hex 49 4C EF 45 44 0 6 EF 54 3D
Octal 111 114 357 105 104 0 6 357 124 75
Binary 1001001 1001100 11101111 1000101 1000100 0 110 11101111 1010100 111101

Color Harmonies of #494CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CEF

Black with #494CEF

Text Example


Text Example

White with #494CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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