#404FFB

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

Shades of Neon Blue #404FFB

Tints of Neon Blue #404FFB

Color information

#404FFB (or 0x404FFB) is unknown color: approx Neon Blue. HEX triplet: 40, 4F and FB. RGB value is (64,79,251). Sum of RGB (Red+Green+Blue) = 64+79+251=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #404FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FFB is #BFB004. Grayscale: #5D5D5D. Windows color (decimal): -12562437 or 16469824. OLE color: 16469824.

HSL color Cylindrical-coordinate representation of color #404FFB: hue angle of 235.19º 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 #404FFB is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6479251-
CMYK0.750.6900.02
HSL235.19º95.9%61.76%-
HSV(B)235.19º74.5%98.43%-
XYZ22.3213.6592.72-
YUV94.12216.53106.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.24%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 251 (98.44% from 255) = 63.71%
R=16.24%
G=20.05%
B=63.71%

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
Decimal64792510.750.6900.02235.1995.961.76
Hex404FFB4B4502eb603e
Octal1001173731131050235314076
Binary100000010011111111101110010111000101010111010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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