Html Css Color HEX #3949FF Neon Blue

📋 copy color: '#3949FF'

red 57 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #3949FF

Tints of Neon Blue #3949FF

RGB

 RED value IS 57 (22.66% from 255) = 14.81%

 GREEN value IS 73 (28.91% from 255) = 18.96%

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

R = 14.81%
G = 18.96%
B = 66.23%

CMYK

 C value IS 0.78

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3949FF (or 0x3949FF) is known color: Neon Blue. HEX triplet: 39, 49 and FF. RGB value is (57,73,255). Sum of RGB (Red+Green+Blue) = 57+73+255=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #3949FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949FF is #C6B600. Grayscale: #585858. Windows color (decimal): -13022721 or 16730425. OLE color: 16730425.

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

Color convert

RGB 57 73 255 -
CMYK 0.78 0.71 0 0
HSL 235.15º 1% 0.61% -
HSV(B) 235.15º 0.78% 1% -
XYZ 22.12 12.85 95.92 -
YUV 88.96 221.7 105.2 -
System Red Green Blue C M Y K H S L
Decimal 57 73 255 0.78 0.71 0 0 235.15 1 0.61
Hex 39 49 FF 4E 47 0 0 EB 64 3D
Octal 71 111 377 116 107 0 0 353 144 75
Binary 111001 1001001 11111111 1001110 1000111 0 0 11101011 1100100 111101

Color Harmonies of #3949FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949FF

Black with #3949FF

Text Example


Text Example

White with #3949FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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