#403BE1

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

Shades of Neon Blue #403BE1

Tints of Neon Blue #403BE1

Color information

#403BE1 (or 0x403BE1) is unknown color: approx Neon Blue. HEX triplet: 40, 3B and E1. RGB value is (64,59,225). Sum of RGB (Red+Green+Blue) = 64+59+225=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #403BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BE1 is #BFC41E. Grayscale: #4E4E4E. Windows color (decimal): -12567583 or 14760768. OLE color: 14760768.

HSL color Cylindrical-coordinate representation of color #403BE1: hue angle of 241.81º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403BE1 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6459225-
CMYK0.720.7400.12
HSL241.81º73.45%55.69%-
HSV(B)241.81º73.78%88.24%-
XYZ17.279.6572.19-
YUV79.42210.16117-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.39%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 225 (88.28% from 255) = 64.66%
R=18.39%
G=16.95%
B=64.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal64592250.720.7400.12241.8173.4555.69
Hex403BE1484A0Cf24938
Octal1007334111011201436211170
Binary1000000111011111000011001000100101001100111100101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,225); }

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

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

 a { background-color: rgb(64,59,225); }

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

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

 span { border-color: rgb(64,59,225); }

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