#495FF6

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

Shades of Neon Blue #495FF6

Tints of Neon Blue #495FF6

Color information

#495FF6 (or 0x495FF6) is unknown color: approx Neon Blue. HEX triplet: 49, 5F and F6. RGB value is (73,95,246). Sum of RGB (Red+Green+Blue) = 73+95+246=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #495FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495FF6 is #B6A009. Grayscale: #696969. Windows color (decimal): -11968522 or 16146249. OLE color: 16146249.

HSL color Cylindrical-coordinate representation of color #495FF6: hue angle of 232.37º 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 #495FF6 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7395246-
CMYK0.700.6100.04
HSL232.37º90.58%62.55%-
HSV(B)232.37º70.33%96.47%-
XYZ23.4716.2589.09-
YUV105.64207.21104.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 246 (96.48% from 255) = 59.42%
R=17.63%
G=22.95%
B=59.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal73952460.700.6100.04232.3790.5862.55
Hex495FF6463D04e85b3f
Octal111137366106750435013377
Binary100100110111111111011010001101111010100111010001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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