#4B41EE

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

Shades of Neon Blue #4B41EE

Tints of Neon Blue #4B41EE

Color information

#4B41EE (or 0x4B41EE) is unknown color: approx Neon Blue. HEX triplet: 4B, 41 and EE. RGB value is (75,65,238). Sum of RGB (Red+Green+Blue) = 75+65+238=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B41EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B41EE is #B4BE11. Grayscale: #575757. Windows color (decimal): -11845138 or 15614283. OLE color: 15614283.

HSL color Cylindrical-coordinate representation of color #4B41EE: hue angle of 243.47º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B41EE is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7565238-
CMYK0.680.7300.07
HSL243.47º83.57%59.41%-
HSV(B)243.47º72.69%93.33%-
XYZ20.2211.4582.03-
YUV87.71212.81118.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.84%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 238 (93.36% from 255) = 62.96%
R=19.84%
G=17.20%
B=62.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75652380.680.7300.07243.4783.5759.41
Hex4B41EE444907f3543b
Octal1131013561041110736312473
Binary1001011100000111101110100010010010010111111100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B41EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B41EE; }

 p { color: rgb(75,65,238); }

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

<style>
 a { background-color: #4B41EE; }

 a { background-color: rgb(75,65,238); }

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

<style>
 span { border-color: #4B41EE; }

 span { border-color: rgb(75,65,238); }

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