#405DFD

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

Shades of Neon Blue #405DFD

Tints of Neon Blue #405DFD

Color information

#405DFD (or 0x405DFD) is unknown color: approx Neon Blue. HEX triplet: 40, 5D and FD. RGB value is (64,93,253). Sum of RGB (Red+Green+Blue) = 64+93+253=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #405DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DFD is #BFA202. Grayscale: #656565. Windows color (decimal): -12558851 or 16604480. OLE color: 16604480.

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

Color convert

RGB6493253-
CMYK0.750.6300.01
HSL230.79º97.93%62.16%-
HSV(B)230.79º74.7%99.22%-
XYZ23.7616.0194.77-
YUV102.57212.89100.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 253 (99.22% from 255) = 61.71%
R=15.61%
G=22.68%
B=61.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64932530.750.6300.01230.7997.9362.16
Hex405DFD4B3F01e7623e
Octal100135375113770134714276
Binary1000000101110111111101100101111111101111001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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