Html Css Color HEX #4946FF Neon Blue

📋 copy color: '#4946FF'

red 73 ◦ green 70 ◦ blue 255

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

Shades of Neon Blue #4946FF

Tints of Neon Blue #4946FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.07%

R = 18.34%
G = 17.59%
B = 64.07%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4946FF (or 0x4946FF) is known color: Neon Blue. HEX triplet: 49, 46 and FF. RGB value is (73,70,255). Sum of RGB (Red+Green+Blue) = 73+70+255=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #4946FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946FF is #B6B900. Grayscale: #5B5B5B. Windows color (decimal): -11974913 or 16729673. OLE color: 16729673.

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

Color convert

RGB 73 70 255 -
CMYK 0.71 0.73 0 0
HSL 240.97º 1% 0.64% -
HSV(B) 240.97º 0.73% 1% -
XYZ 22.99 13.02 95.91 -
YUV 91.99 219.99 114.46 -
System Red Green Blue C M Y K H S L
Decimal 73 70 255 0.71 0.73 0 0 240.97 1 0.64
Hex 49 46 FF 47 49 0 0 F1 64 40
Octal 111 106 377 107 111 0 0 361 144 100
Binary 1001001 1000110 11111111 1000111 1001001 0 0 11110001 1100100 1000000

Color Harmonies of #4946FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946FF

Black with #4946FF

Text Example


Text Example

White with #4946FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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