Html Css Color HEX #494EFD Neon Blue

📋 copy color: '#494EFD'

red 73 ◦ green 78 ◦ blue 253

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

Shades of Neon Blue #494EFD

Tints of Neon Blue #494EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.62%

R = 18.07%
G = 19.31%
B = 62.62%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#494EFD (or 0x494EFD) is known color: Neon Blue. HEX triplet: 49, 4E and FD. RGB value is (73,78,253). Sum of RGB (Red+Green+Blue) = 73+78+253=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #494EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EFD is #B6B102. Grayscale: #5F5F5F. Windows color (decimal): -11972867 or 16600649. OLE color: 16600649.

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

Color convert

RGB 73 78 253 -
CMYK 0.71 0.69 0 0.01
HSL 238.33º 0.98% 0.64% -
HSV(B) 238.33º 0.71% 0.99% -
XYZ 23.2 13.96 94.4 -
YUV 96.46 216.34 111.27 -
System Red Green Blue C M Y K H S L
Decimal 73 78 253 0.71 0.69 0 0.01 238.33 0.98 0.64
Hex 49 4E FD 47 45 0 1 EE 62 40
Octal 111 116 375 107 105 0 1 356 142 100
Binary 1001001 1001110 11111101 1000111 1000101 0 1 11101110 1100010 1000000

Color Harmonies of #494EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494EFD

Black with #494EFD

Text Example


Text Example

White with #494EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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