#404DFA

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

Shades of Neon Blue #404DFA

Tints of Neon Blue #404DFA

Color information

#404DFA (or 0x404DFA) is unknown color: approx Neon Blue. HEX triplet: 40, 4D and FA. RGB value is (64,77,250). Sum of RGB (Red+Green+Blue) = 64+77+250=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #404DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DFA is #BFB205. Grayscale: #5C5C5C. Windows color (decimal): -12562950 or 16403776. OLE color: 16403776.

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

Color convert

RGB6477250-
CMYK0.740.6900.02
HSL235.81º94.9%61.57%-
HSV(B)235.81º74.4%98.04%-
XYZ22.0213.391.85-
YUV92.84216.69107.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 250 (98.05% from 255) = 63.94%
R=16.37%
G=19.69%
B=63.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal64772500.740.6900.02235.8194.961.57
Hex404DFA4A4502ec5f3e
Octal1001153721121050235413776
Binary100000010011011111101010010101000101010111011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,250); }

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

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

 a { background-color: rgb(64,77,250); }

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

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

 span { border-color: rgb(64,77,250); }

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