#404FF4

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

Shades of Neon Blue #404FF4

Tints of Neon Blue #404FF4

Color information

#404FF4 (or 0x404FF4) is unknown color: approx Neon Blue. HEX triplet: 40, 4F and F4. RGB value is (64,79,244). Sum of RGB (Red+Green+Blue) = 64+79+244=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 244 (95.70% from 255 or 63.05% from 387); Max value from RGB is 244 - color contains mainly: blue. Hex color #404FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FF4 is #BFB00B. Grayscale: #5C5C5C. Windows color (decimal): -12562444 or 16011072. OLE color: 16011072.

HSL color Cylindrical-coordinate representation of color #404FF4: hue angle of 235º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404FF4 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6479244-
CMYK0.740.6800.04
HSL235º89.11%60.39%-
HSV(B)235º73.77%95.69%-
XYZ21.2413.2187.02-
YUV93.32213.03107.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 244 (95.70% from 255) = 63.05%
R=16.54%
G=20.41%
B=63.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64792440.740.6800.0423589.1160.39
Hex404FF44A4404eb593c
Octal1001173641121040435313174
Binary1000000100111111110100100101010001000100111010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,244); }

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

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

 a { background-color: rgb(64,79,244); }

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

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

 span { border-color: rgb(64,79,244); }

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