Html Css Color HEX #4946FE Neon Blue

📋 copy color: '#4946FE'

red 73 ◦ green 70 ◦ blue 254

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

Shades of Neon Blue #4946FE

Tints of Neon Blue #4946FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 18.39%
G = 17.63%
B = 63.98%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4946FE (or 0x4946FE) is known color: Neon Blue. HEX triplet: 49, 46 and FE. RGB value is (73,70,254). Sum of RGB (Red+Green+Blue) = 73+70+254=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #4946FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946FE is #B6B901. Grayscale: #5B5B5B. Windows color (decimal): -11974914 or 16664137. OLE color: 16664137.

HSL color Cylindrical-coordinate representation of color #4946FE: hue angle of 240.98º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4946FE is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 70 254 -
CMYK 0.71 0.72 0 0.00
HSL 240.98º 0.99% 0.64% -
HSV(B) 240.98º 0.72% 1% -
XYZ 22.83 12.95 95.06 -
YUV 91.87 219.49 114.54 -
System Red Green Blue C M Y K H S L
Decimal 73 70 254 0.71 0.72 0 0.00 240.98 0.99 0.64
Hex 49 46 FE 47 48 0 0 F1 63 40
Octal 111 106 376 107 110 0 0 361 143 100
Binary 1001001 1000110 11111110 1000111 1001000 0 0 11110001 1100011 1000000

Color Harmonies of #4946FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946FE

Black with #4946FE

Text Example


Text Example

White with #4946FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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