#4958EB

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

Shades of Neon Blue #4958EB

Tints of Neon Blue #4958EB

Color information

#4958EB (or 0x4958EB) is unknown color: approx Neon Blue. HEX triplet: 49, 58 and EB. RGB value is (73,88,235). Sum of RGB (Red+Green+Blue) = 73+88+235=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #4958EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4958EB is #B6A714. Grayscale: #636363. Windows color (decimal): -11970325 or 15423561. OLE color: 15423561.

HSL color Cylindrical-coordinate representation of color #4958EB: hue angle of 234.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4958EB is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7388235-
CMYK0.690.6300.08
HSL234.44º80.2%60.39%-
HSV(B)234.44º68.94%92.16%-
XYZ21.2314.3980.26-
YUV100.27204.03108.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 235 (92.19% from 255) = 59.34%
R=18.43%
G=22.22%
B=59.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73882350.690.6300.08234.4480.260.39
Hex4958EB453F08ea503c
Octal1111303531057701035212074
Binary1001001101100011101011100010111111101000111010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,88,235); }

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

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

 a { background-color: rgb(73,88,235); }

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

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

 span { border-color: rgb(73,88,235); }

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