#405CFF

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

Shades of Neon Blue #405CFF

Tints of Neon Blue #405CFF

Color information

#405CFF (or 0x405CFF) is unknown color: approx Neon Blue. HEX triplet: 40, 5C and FF. RGB value is (64,92,255). Sum of RGB (Red+Green+Blue) = 64+92+255=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #405CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CFF is #BFA300. Grayscale: #656565. Windows color (decimal): -12559105 or 16735296. OLE color: 16735296.

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

Color convert

RGB6492255-
CMYK0.750.6400
HSL231.2º100%62.55%-
HSV(B)231.2º74.9%100%-
XYZ23.9915.9696.42-
YUV102.21214.22100.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.57%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 255 (100% from 255) = 62.04%
R=15.57%
G=22.38%
B=62.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64922550.750.6400231.210062.55
Hex405CFF4B4000e7643f
Octal1001343771131000034714477
Binary10000001011100111111111001011100000000111001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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