Html Css Color HEX #4946F3 Neon Blue

📋 copy color: '#4946F3'

red 73 ◦ green 70 ◦ blue 243

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

Shades of Neon Blue #4946F3

Tints of Neon Blue #4946F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.95%

R = 18.91%
G = 18.13%
B = 62.95%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4946F3 (or 0x4946F3) is known color: Neon Blue. HEX triplet: 49, 46 and F3. RGB value is (73,70,243). Sum of RGB (Red+Green+Blue) = 73+70+243=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #4946F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946F3 is #B6B90C. Grayscale: #595959. Windows color (decimal): -11974925 or 15943241. OLE color: 15943241.

HSL color Cylindrical-coordinate representation of color #4946F3: hue angle of 241.04º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4946F3 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 70 243 -
CMYK 0.70 0.71 0 0.05
HSL 241.04º 0.88% 0.61% -
HSV(B) 241.04º 0.71% 0.95% -
XYZ 21.12 12.27 86.05 -
YUV 90.62 213.99 115.43 -
System Red Green Blue C M Y K H S L
Decimal 73 70 243 0.70 0.71 0 0.05 241.04 0.88 0.61
Hex 49 46 F3 46 47 0 5 F1 58 3D
Octal 111 106 363 106 107 0 5 361 130 75
Binary 1001001 1000110 11110011 1000110 1000111 0 101 11110001 1011000 111101

Color Harmonies of #4946F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946F3

Black with #4946F3

Text Example


Text Example

White with #4946F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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