#4140E9

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

Shades of Neon Blue #4140E9

Tints of Neon Blue #4140E9

Color information

#4140E9 (or 0x4140E9) is unknown color: approx Neon Blue. HEX triplet: 41, 40 and E9. RGB value is (65,64,233). Sum of RGB (Red+Green+Blue) = 65+64+233=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #4140E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4140E9 is #BEBF16. Grayscale: #525252. Windows color (decimal): -12500759 or 15286337. OLE color: 15286337.

HSL color Cylindrical-coordinate representation of color #4140E9: 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 #4140E9 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6564233-
CMYK0.720.7300.09
HSL240.36º79.34%58.24%-
HSV(B)240.36º72.53%91.37%-
XYZ18.7210.6778.16-
YUV83.56212.33114.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.96%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 233 (91.41% from 255) = 64.36%
R=17.96%
G=17.68%
B=64.36%

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
Decimal65642330.720.7300.09240.3679.3458.24
Hex4140E9484909f04f3a
Octal10110035111011101136011772
Binary10000011000000111010011001000100100101001111100001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4140E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4140E9; }

 p { color: rgb(65,64,233); }

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

<style>
 a { background-color: #4140E9; }

 a { background-color: rgb(65,64,233); }

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

<style>
 span { border-color: #4140E9; }

 span { border-color: rgb(65,64,233); }

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