#405FFA

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

Shades of Neon Blue #405FFA

Tints of Neon Blue #405FFA

Color information

#405FFA (or 0x405FFA) is unknown color: approx Neon Blue. HEX triplet: 40, 5F and FA. RGB value is (64,95,250). Sum of RGB (Red+Green+Blue) = 64+95+250=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #405FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FFA is #BFA005. Grayscale: #666666. Windows color (decimal): -12558342 or 16408384. OLE color: 16408384.

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

Color convert

RGB6495250-
CMYK0.740.6200.02
HSL230º94.9%61.57%-
HSV(B)230º74.4%98.04%-
XYZ23.4616.1892.33-
YUV103.4210.7399.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 250 (98.05% from 255) = 61.12%
R=15.65%
G=23.23%
B=61.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64952500.740.6200.0223094.961.57
Hex405FFA4A3E02e65f3e
Octal100137372112760234613776
Binary10000001011111111110101001010111110010111001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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