#4033EF

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

Shades of Neon Blue #4033EF

Tints of Neon Blue #4033EF

Color information

#4033EF (or 0x4033EF) is unknown color: approx Neon Blue. HEX triplet: 40, 33 and EF. RGB value is (64,51,239). Sum of RGB (Red+Green+Blue) = 64+51+239=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #4033EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4033EF is #BFCC10. Grayscale: #4B4B4B. Windows color (decimal): -12569617 or 15676224. OLE color: 15676224.

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

Color convert

RGB6451239-
CMYK0.730.7900.06
HSL244.15º85.45%56.86%-
HSV(B)244.15º78.66%93.73%-
XYZ18.889.6982.54-
YUV76.32219.81119.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 51 (20.31% from 255) = 14.41%
BLUE value IS 239 (93.75% from 255) = 67.51%
R=18.08%
G=14.41%
B=67.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal64512390.730.7900.06244.1585.4556.86
Hex4033EF494F06f45539
Octal100633571111170636412571
Binary100000011001111101111100100110011110110111101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4033EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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