#495FFA

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

Shades of Neon Blue #495FFA

Tints of Neon Blue #495FFA

Color information

#495FFA (or 0x495FFA) is unknown color: approx Neon Blue. HEX triplet: 49, 5F and FA. RGB value is (73,95,250). Sum of RGB (Red+Green+Blue) = 73+95+250=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #495FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495FFA is #B6A005. Grayscale: #696969. Windows color (decimal): -11968518 or 16408393. OLE color: 16408393.

HSL color Cylindrical-coordinate representation of color #495FFA: hue angle of 232.54º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495FFA is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7395250-
CMYK0.710.6200.02
HSL232.54º94.65%63.33%-
HSV(B)232.54º70.8%98.04%-
XYZ24.116.592.36-
YUV106.09209.21104.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 250 (98.05% from 255) = 59.81%
R=17.46%
G=22.73%
B=59.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73952500.710.6200.02232.5494.6563.33
Hex495FFA473E02e95f3f
Octal111137372107760235113777
Binary10010011011111111110101000111111110010111010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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