Html Css Color HEX #4946EB Neon Blue

📋 copy color: '#4946EB'

red 73 ◦ green 70 ◦ blue 235

#4946EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4946EB

Tints of Neon Blue #4946EB

RGB

 RED value IS 73 (28.91% from 255) = 19.31%

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 19.31%
G = 18.52%
B = 62.17%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4946EB (or 0x4946EB) is known color: Neon Blue. HEX triplet: 49, 46 and EB. RGB value is (73,70,235). Sum of RGB (Red+Green+Blue) = 73+70+235=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #4946EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946EB is #B6B914. Grayscale: #595959. Windows color (decimal): -11974933 or 15418953. OLE color: 15418953.

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

Color convert

RGB 73 70 235 -
CMYK 0.69 0.70 0 0.08
HSL 241.09º 0.8% 0.6% -
HSV(B) 241.09º 0.7% 0.92% -
XYZ 19.93 11.79 79.82 -
YUV 89.71 209.99 116.08 -
System Red Green Blue C M Y K H S L
Decimal 73 70 235 0.69 0.70 0 0.08 241.09 0.8 0.6
Hex 49 46 EB 45 46 0 8 F1 50 3C
Octal 111 106 353 105 106 0 10 361 120 74
Binary 1001001 1000110 11101011 1000101 1000110 0 1000 11110001 1010000 111100

Color Harmonies of #4946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946EB

Black with #4946EB

Text Example


Text Example

White with #4946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4946EB;
 }
 .AnyTagClassName
 {
   color: #4946EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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