#4033EE

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

Shades of Neon Blue #4033EE

Tints of Neon Blue #4033EE

Color information

#4033EE (or 0x4033EE) is unknown color: approx Neon Blue. HEX triplet: 40, 33 and EE. RGB value is (64,51,238). Sum of RGB (Red+Green+Blue) = 64+51+238=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #4033EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4033EE is #BFCC11. Grayscale: #4B4B4B. Windows color (decimal): -12569618 or 15610688. OLE color: 15610688.

HSL color Cylindrical-coordinate representation of color #4033EE: hue angle of 244.17º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4033EE is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6451238-
CMYK0.730.7900.07
HSL244.17º84.62%56.67%-
HSV(B)244.17º78.57%93.33%-
XYZ18.739.6381.76-
YUV76.2219.31119.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 238 (93.36% from 255) = 67.42%
R=18.13%
G=14.45%
B=67.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64512380.730.7900.07244.1784.6256.67
Hex4033EE494F07f45539
Octal100633561111170736412571
Binary100000011001111101110100100110011110111111101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4033EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4033EE; }

 p { color: rgb(64,51,238); }

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

<style>
 a { background-color: #4033EE; }

 a { background-color: rgb(64,51,238); }

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

<style>
 span { border-color: #4033EE; }

 span { border-color: rgb(64,51,238); }

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