#4B42DE

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

Shades of Neon Blue #4B42DE

Tints of Neon Blue #4B42DE

Color information

#4B42DE (or 0x4B42DE) is unknown color: approx Neon Blue. HEX triplet: 4B, 42 and DE. RGB value is (75,66,222). Sum of RGB (Red+Green+Blue) = 75+66+222=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B42DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B42DE is #B4BD21. Grayscale: #555555. Windows color (decimal): -11844898 or 14565963. OLE color: 14565963.

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

Color convert

RGB7566222-
CMYK0.660.7000.13
HSL243.46º70.27%56.47%-
HSV(B)243.46º70.27%87.06%-
XYZ18.0310.6770.22-
YUV86.48204.48119.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 222 (87.11% from 255) = 61.16%
R=20.66%
G=18.18%
B=61.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75662220.660.7000.13243.4670.2756.47
Hex4B42DE42460Df34638
Octal11310233610210601536310670
Binary10010111000010110111101000010100011001101111100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B42DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,66,222); }

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

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

 a { background-color: rgb(75,66,222); }

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

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

 span { border-color: rgb(75,66,222); }

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