#403DF4

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

Shades of Neon Blue #403DF4

Tints of Neon Blue #403DF4

Color information

#403DF4 (or 0x403DF4) is unknown color: approx Neon Blue. HEX triplet: 40, 3D and F4. RGB value is (64,61,244). Sum of RGB (Red+Green+Blue) = 64+61+244=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #403DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403DF4 is #BFC20B. Grayscale: #525252. Windows color (decimal): -12567052 or 16006464. OLE color: 16006464.

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

Color convert

RGB6461244-
CMYK0.740.7500.04
HSL240.98º89.27%59.8%-
HSV(B)240.98º75%95.69%-
XYZ20.1110.9686.64-
YUV82.76218.99114.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 244 (95.70% from 255) = 66.12%
R=17.34%
G=16.53%
B=66.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64612440.740.7500.04240.9889.2759.8
Hex403DF44A4B04f1593c
Octal100753641121130436113174
Binary100000011110111110100100101010010110100111100011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403DF4; }

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

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

<style>
 a { background-color: #403DF4; }

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

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

<style>
 span { border-color: #403DF4; }

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

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