Html Css Color HEX #494BFF Neon Blue

📋 copy color: '#494BFF'

red 73 ◦ green 75 ◦ blue 255

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

Shades of Neon Blue #494BFF

Tints of Neon Blue #494BFF

RGB

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

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

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

R = 18.11%
G = 18.61%
B = 63.28%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#494BFF (or 0x494BFF) is known color: Neon Blue. HEX triplet: 49, 4B and FF. RGB value is (73,75,255). Sum of RGB (Red+Green+Blue) = 73+75+255=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #494BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494BFF is #B6B400. Grayscale: #5E5E5E. Windows color (decimal): -11973633 or 16730953. OLE color: 16730953.

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

Color convert

RGB 73 75 255 -
CMYK 0.71 0.71 0 0
HSL 239.34º 1% 0.64% -
HSV(B) 239.34º 0.71% 1% -
XYZ 23.31 13.67 96.02 -
YUV 94.92 218.34 112.36 -
System Red Green Blue C M Y K H S L
Decimal 73 75 255 0.71 0.71 0 0 239.34 1 0.64
Hex 49 4B FF 47 47 0 0 EF 64 40
Octal 111 113 377 107 107 0 0 357 144 100
Binary 1001001 1001011 11111111 1000111 1000111 0 0 11101111 1100100 1000000

Color Harmonies of #494BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BFF

Black with #494BFF

Text Example


Text Example

White with #494BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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