#4846EF

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

Shades of Neon Blue #4846EF

Tints of Neon Blue #4846EF

Color information

#4846EF (or 0x4846EF) is unknown color: approx Neon Blue. HEX triplet: 48, 46 and EF. RGB value is (72,70,239). Sum of RGB (Red+Green+Blue) = 72+70+239=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #4846EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4846EF is #B7B910. Grayscale: #595959. Windows color (decimal): -12040465 or 15681096. OLE color: 15681096.

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

Color convert

RGB7270239-
CMYK0.700.7100.06
HSL240.71º84.08%60.59%-
HSV(B)240.71º70.71%93.73%-
XYZ20.4411.9982.9-
YUV89.86212.16115.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 239 (93.75% from 255) = 62.73%
R=18.90%
G=18.37%
B=62.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72702390.700.7100.06240.7184.0860.59
Hex4846EF464706f1543d
Octal1101063571061070636112475
Binary1001000100011011101111100011010001110110111100011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4846EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,70,239); }

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

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

 a { background-color: rgb(72,70,239); }

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

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

 span { border-color: rgb(72,70,239); }

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