#4541EB

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

Shades of Neon Blue #4541EB

Tints of Neon Blue #4541EB

Color information

#4541EB (or 0x4541EB) is unknown color: approx Neon Blue. HEX triplet: 45, 41 and EB. RGB value is (69,65,235). Sum of RGB (Red+Green+Blue) = 69+65+235=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #4541EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4541EB is #BABE14. Grayscale: #545454. Windows color (decimal): -12238357 or 15417669. OLE color: 15417669.

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

Color convert

RGB6965235-
CMYK0.710.7200.08
HSL241.41º80.95%58.82%-
HSV(B)241.41º72.34%92.16%-
XYZ19.3411.0479.71-
YUV85.58212.33116.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 235 (92.19% from 255) = 63.69%
R=18.70%
G=17.62%
B=63.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69652350.710.7200.08241.4180.9558.82
Hex4541EB474808f1513b
Octal10510135310711001036112173
Binary10001011000001111010111000111100100001000111100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4541EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4541EB; }

 p { color: rgb(69,65,235); }

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

<style>
 a { background-color: #4541EB; }

 a { background-color: rgb(69,65,235); }

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

<style>
 span { border-color: #4541EB; }

 span { border-color: rgb(69,65,235); }

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