#495EF6

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

Shades of Neon Blue #495EF6

Tints of Neon Blue #495EF6

Color information

#495EF6 (or 0x495EF6) is unknown color: approx Neon Blue. HEX triplet: 49, 5E and F6. RGB value is (73,94,246). Sum of RGB (Red+Green+Blue) = 73+94+246=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #495EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495EF6 is #B6A109. Grayscale: #686868. Windows color (decimal): -11968778 or 16145993. OLE color: 16145993.

HSL color Cylindrical-coordinate representation of color #495EF6: hue angle of 232.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495EF6 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7394246-
CMYK0.700.6200.04
HSL232.72º90.58%62.55%-
HSV(B)232.72º70.33%96.47%-
XYZ23.3816.0889.06-
YUV105.05207.54105.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 246 (96.48% from 255) = 59.56%
R=17.68%
G=22.76%
B=59.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73942460.700.6200.04232.7290.5862.55
Hex495EF6463E04e95b3f
Octal111136366106760435113377
Binary100100110111101111011010001101111100100111010011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,94,246); }

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

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

 a { background-color: rgb(73,94,246); }

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

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

 span { border-color: rgb(73,94,246); }

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