#4B41DC

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

Shades of Neon Blue #4B41DC

Tints of Neon Blue #4B41DC

Color information

#4B41DC (or 0x4B41DC) is unknown color: approx Neon Blue. HEX triplet: 4B, 41 and DC. RGB value is (75,65,220). Sum of RGB (Red+Green+Blue) = 75+65+220=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B41DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B41DC is #B4BE23. Grayscale: #555555. Windows color (decimal): -11845156 or 14434635. OLE color: 14434635.

HSL color Cylindrical-coordinate representation of color #4B41DC: hue angle of 243.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B41DC is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7565220-
CMYK0.660.7000.14
HSL243.87º68.89%55.88%-
HSV(B)243.87º70.45%86.27%-
XYZ17.7110.4468.79-
YUV85.66203.81120.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.83%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 220 (86.33% from 255) = 61.11%
R=20.83%
G=18.06%
B=61.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal75652200.660.7000.14243.8768.8955.88
Hex4B41DC42460Ef44538
Octal11310133410210601636410570
Binary10010111000001110111001000010100011001110111101001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B41DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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