#465FFA

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

Shades of Neon Blue #465FFA

Tints of Neon Blue #465FFA

Color information

#465FFA (or 0x465FFA) is unknown color: approx Neon Blue. HEX triplet: 46, 5F and FA. RGB value is (70,95,250). Sum of RGB (Red+Green+Blue) = 70+95+250=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #465FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FFA is #B9A005. Grayscale: #686868. Windows color (decimal): -12165126 or 16408390. OLE color: 16408390.

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

Color convert

RGB7095250-
CMYK0.720.6200.02
HSL231.67º94.74%62.75%-
HSV(B)231.67º72%98.04%-
XYZ23.8716.3992.35-
YUV105.2209.72102.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.87%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 250 (98.05% from 255) = 60.24%
R=16.87%
G=22.89%
B=60.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70952500.720.6200.02231.6794.7462.75
Hex465FFA483E02e85f3f
Octal106137372110760235013777
Binary10001101011111111110101001000111110010111010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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