#403FE8

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

Shades of Neon Blue #403FE8

Tints of Neon Blue #403FE8

Color information

#403FE8 (or 0x403FE8) is unknown color: approx Neon Blue. HEX triplet: 40, 3F and E8. RGB value is (64,63,232). Sum of RGB (Red+Green+Blue) = 64+63+232=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 232 (91.02% from 255 or 64.62% from 359); Max value from RGB is 232 - color contains mainly: blue. Hex color #403FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FE8 is #BFC017. Grayscale: #515151. Windows color (decimal): -12566552 or 15220544. OLE color: 15220544.

HSL color Cylindrical-coordinate representation of color #403FE8: hue angle of 240.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403FE8 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6463232-
CMYK0.720.7300.09
HSL240.36º78.6%57.84%-
HSV(B)240.36º72.84%90.98%-
XYZ18.4610.4777.39-
YUV82.56212.33114.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 232 (91.02% from 255) = 64.62%
R=17.83%
G=17.55%
B=64.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64632320.720.7300.09240.3678.657.84
Hex403FE8484909f04f3a
Octal1007735011011101136011772
Binary1000000111111111010001001000100100101001111100001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,232); }

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

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

 a { background-color: rgb(64,63,232); }

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

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

 span { border-color: rgb(64,63,232); }

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