#495AFF

Color #495AFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #495AFF

Tints of Neon Blue #495AFF

Color information

#495AFF (or 0x495AFF) is unknown color: approx Neon Blue. HEX triplet: 49, 5A and FF. RGB value is (73,90,255). Sum of RGB (Red+Green+Blue) = 73+90+255=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #495AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AFF is #B6A500. Grayscale: #676767. Windows color (decimal): -11969793 or 16734793. OLE color: 16734793.

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

Color convert

RGB7390255-
CMYK0.710.6500
HSL234.4º100%64.31%-
HSV(B)234.4º71.37%100%-
XYZ24.4515.9596.4-
YUV103.73213.37106.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 255 (100% from 255) = 61.00%
R=17.46%
G=21.53%
B=61.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal73902550.710.6500234.410064.31
Hex495AFF474100ea6440
Octal11113237710710100352144100
Binary100100110110101111111110001111000001001110101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495AFF; }

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

 H1.HeaderClassName
 {
   color: #495AFF;
 }
 .AnyTagClassName
 {
   color: #495AFF;
 }
</style>
background-color css

<style>
 a { background-color: #495AFF; }

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

 div.DivClassName
 {
   background-color: #495AFF;
 }
 .BgClassName
 {
   background-color: #495AFF;
 }
</style>
border-color css

<style>
 span { border-color: #495AFF; }

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

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