Html Css Color HEX #494EFF Neon Blue

📋 copy color: '#494EFF'

red 73 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #494EFF

Tints of Neon Blue #494EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.81%

R = 17.98%
G = 19.21%
B = 62.81%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#494EFF (or 0x494EFF) is known color: Neon Blue. HEX triplet: 49, 4E and FF. RGB value is (73,78,255). Sum of RGB (Red+Green+Blue) = 73+78+255=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #494EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EFF is #B6B100. Grayscale: #5F5F5F. Windows color (decimal): -11972865 or 16731721. OLE color: 16731721.

HSL color Cylindrical-coordinate representation of color #494EFF: hue angle of 238.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494EFF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 78 255 -
CMYK 0.71 0.69 0 0
HSL 238.35º 1% 0.64% -
HSV(B) 238.35º 0.71% 1% -
XYZ 23.52 14.09 96.09 -
YUV 96.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 73 78 255 0.71 0.69 0 0 238.35 1 0.64
Hex 49 4E FF 47 45 0 0 EE 64 40
Octal 111 116 377 107 105 0 0 356 144 100
Binary 1001001 1001110 11111111 1000111 1000101 0 0 11101110 1100100 1000000

Color Harmonies of #494EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EFF

Black with #494EFF

Text Example


Text Example

White with #494EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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