#405BFD

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

Shades of Neon Blue #405BFD

Tints of Neon Blue #405BFD

Color information

#405BFD (or 0x405BFD) is unknown color: approx Neon Blue. HEX triplet: 40, 5B and FD. RGB value is (64,91,253). Sum of RGB (Red+Green+Blue) = 64+91+253=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #405BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405BFD is #BFA402. Grayscale: #646464. Windows color (decimal): -12559363 or 16603968. OLE color: 16603968.

HSL color Cylindrical-coordinate representation of color #405BFD: hue angle of 231.43º 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 #405BFD is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6491253-
CMYK0.750.6400.01
HSL231.43º97.93%62.16%-
HSV(B)231.43º74.7%99.22%-
XYZ23.5915.6694.71-
YUV101.4213.55101.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.69%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 253 (99.22% from 255) = 62.01%
R=15.69%
G=22.30%
B=62.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64912530.750.6400.01231.4397.9362.16
Hex405BFD4B4001e7623e
Octal1001333751131000134714276
Binary10000001011011111111011001011100000001111001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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