#404EFB

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

Shades of Neon Blue #404EFB

Tints of Neon Blue #404EFB

Color information

#404EFB (or 0x404EFB) is unknown color: approx Neon Blue. HEX triplet: 40, 4E and FB. RGB value is (64,78,251). Sum of RGB (Red+Green+Blue) = 64+78+251=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #404EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404EFB is #BFB104. Grayscale: #5C5C5C. Windows color (decimal): -12562693 or 16469568. OLE color: 16469568.

HSL color Cylindrical-coordinate representation of color #404EFB: hue angle of 235.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404EFB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6478251-
CMYK0.750.6900.02
HSL235.51º95.9%61.76%-
HSV(B)235.51º74.5%98.43%-
XYZ22.2513.592.7-
YUV93.54216.86106.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 78 (30.86% from 255) = 19.85%
BLUE value IS 251 (98.44% from 255) = 63.87%
R=16.28%
G=19.85%
B=63.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64782510.750.6900.02235.5195.961.76
Hex404EFB4B4502ec603e
Octal1001163731131050235414076
Binary100000010011101111101110010111000101010111011001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404EFB; }

 p { color: rgb(64,78,251); }

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

<style>
 a { background-color: #404EFB; }

 a { background-color: rgb(64,78,251); }

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

<style>
 span { border-color: #404EFB; }

 span { border-color: rgb(64,78,251); }

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