#4B45EA

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

Shades of Neon Blue #4B45EA

Tints of Neon Blue #4B45EA

Color information

#4B45EA (or 0x4B45EA) is unknown color: approx Neon Blue. HEX triplet: 4B, 45 and EA. RGB value is (75,69,234). Sum of RGB (Red+Green+Blue) = 75+69+234=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B45EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B45EA is #B4BA15. Grayscale: #585858. Windows color (decimal): -11844118 or 15353163. OLE color: 15353163.

HSL color Cylindrical-coordinate representation of color #4B45EA: hue angle of 242.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B45EA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7569234-
CMYK0.680.7100.08
HSL242.18º79.71%59.41%-
HSV(B)242.18º70.51%91.76%-
XYZ19.8811.6979.05-
YUV89.6209.49117.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.84%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 234 (91.80% from 255) = 61.90%
R=19.84%
G=18.25%
B=61.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75692340.680.7100.08242.1879.7159.41
Hex4B45EA444708f2503b
Octal11310535210410701036212073
Binary10010111000101111010101000100100011101000111100101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B45EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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