#6040E9

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

Shades of Neon Blue #6040E9

Tints of Neon Blue #6040E9

Color information

#6040E9 (or 0x6040E9) is unknown color: approx Neon Blue. HEX triplet: 60, 40 and E9. RGB value is (96,64,233). Sum of RGB (Red+Green+Blue) = 96+64+233=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #6040E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6040E9 is #9FBF16. Grayscale: #5C5C5C. Windows color (decimal): -10469143 or 15286368. OLE color: 15286368.

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

Color convert

RGB9664233-
CMYK0.590.7300.09
HSL251.36º79.34%58.24%-
HSV(B)251.36º72.53%91.37%-
XYZ21.3712.0478.29-
YUV92.83207.1130.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 233 (91.41% from 255) = 59.29%
R=24.43%
G=16.28%
B=59.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal96642330.590.7300.09251.3679.3458.24
Hex6040E93B4909fb4f3a
Octal1401003517311101137311772
Binary1100000100000011101001111011100100101001111110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6040E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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