#4951EF

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

Shades of Neon Blue #4951EF

Tints of Neon Blue #4951EF

Color information

#4951EF (or 0x4951EF) is unknown color: approx Neon Blue. HEX triplet: 49, 51 and EF. RGB value is (73,81,239). Sum of RGB (Red+Green+Blue) = 73+81+239=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #4951EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4951EF is #B6AE10. Grayscale: #5F5F5F. Windows color (decimal): -11972113 or 15683913. OLE color: 15683913.

HSL color Cylindrical-coordinate representation of color #4951EF: hue angle of 237.11º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4951EF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7381239-
CMYK0.690.6600.06
HSL237.11º83.84%61.18%-
HSV(B)237.11º69.46%93.73%-
XYZ21.2713.5383.15-
YUV96.62208.35111.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.58%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 239 (93.75% from 255) = 60.81%
R=18.58%
G=20.61%
B=60.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal73812390.690.6600.06237.1183.8461.18
Hex4951EF454206ed543d
Octal1111213571051020635512475
Binary1001001101000111101111100010110000100110111011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4951EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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