#405DFF

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

Shades of Neon Blue #405DFF

Tints of Neon Blue #405DFF

Color information

#405DFF (or 0x405DFF) is unknown color: approx Neon Blue. HEX triplet: 40, 5D and FF. RGB value is (64,93,255). Sum of RGB (Red+Green+Blue) = 64+93+255=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #405DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DFF is #BFA200. Grayscale: #666666. Windows color (decimal): -12558849 or 16735552. OLE color: 16735552.

HSL color Cylindrical-coordinate representation of color #405DFF: hue angle of 230.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405DFF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6493255-
CMYK0.750.6400
HSL230.89º100%62.55%-
HSV(B)230.89º74.9%100%-
XYZ24.0816.1496.45-
YUV102.8213.89100.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.53%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 255 (100% from 255) = 61.89%
R=15.53%
G=22.57%
B=61.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64932550.750.6400230.8910062.55
Hex405DFF4B4000e7643f
Octal1001353771131000034714477
Binary10000001011101111111111001011100000000111001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,255); }

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

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

 a { background-color: rgb(64,93,255); }

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

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

 span { border-color: rgb(64,93,255); }

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