#4B45DE

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

Shades of Neon Blue #4B45DE

Tints of Neon Blue #4B45DE

Color information

#4B45DE (or 0x4B45DE) is unknown color: approx Neon Blue. HEX triplet: 4B, 45 and DE. RGB value is (75,69,222). Sum of RGB (Red+Green+Blue) = 75+69+222=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B45DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B45DE is #B4BA21. Grayscale: #575757. Windows color (decimal): -11844130 or 14566731. OLE color: 14566731.

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

Color convert

RGB7569222-
CMYK0.660.6900.13
HSL242.35º69.86%57.06%-
HSV(B)242.35º68.92%87.06%-
XYZ18.2111.0370.28-
YUV88.24203.49118.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 222 (87.11% from 255) = 60.66%
R=20.49%
G=18.85%
B=60.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75692220.660.6900.13242.3569.8657.06
Hex4B45DE42450Df24639
Octal11310533610210501536210671
Binary10010111000101110111101000010100010101101111100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B45DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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