#4951EB

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

Shades of Neon Blue #4951EB

Tints of Neon Blue #4951EB

Color information

#4951EB (or 0x4951EB) is unknown color: approx Neon Blue. HEX triplet: 49, 51 and EB. RGB value is (73,81,235). Sum of RGB (Red+Green+Blue) = 73+81+235=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #4951EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4951EB is #B6AE14. Grayscale: #5F5F5F. Windows color (decimal): -11972117 or 15421769. OLE color: 15421769.

HSL color Cylindrical-coordinate representation of color #4951EB: hue angle of 237.04º 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 #4951EB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7381235-
CMYK0.690.6600.08
HSL237.04º80.2%60.39%-
HSV(B)237.04º68.94%92.16%-
XYZ20.6913.380.07-
YUV96.16206.35111.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 235 (92.19% from 255) = 60.41%
R=18.77%
G=20.82%
B=60.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73812350.690.6600.08237.0480.260.39
Hex4951EB454208ed503c
Octal11112135310510201035512074
Binary10010011010001111010111000101100001001000111011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4951EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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