Html Css Color HEX #3949EC Neon Blue

📋 copy color: '#3949EC'

red 57 ◦ green 73 ◦ blue 236

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

Shades of Neon Blue #3949EC

Tints of Neon Blue #3949EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 15.57%
G = 19.95%
B = 64.48%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3949EC (or 0x3949EC) is known color: Neon Blue. HEX triplet: 39, 49 and EC. RGB value is (57,73,236). Sum of RGB (Red+Green+Blue) = 57+73+236=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #3949EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949EC is #C6B613. Grayscale: #565656. Windows color (decimal): -13022740 or 15485241. OLE color: 15485241.

HSL color Cylindrical-coordinate representation of color #3949EC: hue angle of 234.64º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3949EC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 73 236 -
CMYK 0.76 0.69 0 0.07
HSL 234.64º 0.82% 0.57% -
HSV(B) 234.64º 0.76% 0.93% -
XYZ 19.21 11.69 80.6 -
YUV 86.8 212.2 106.75 -
System Red Green Blue C M Y K H S L
Decimal 57 73 236 0.76 0.69 0 0.07 234.64 0.82 0.57
Hex 39 49 EC 4C 45 0 7 EB 52 39
Octal 71 111 354 114 105 0 7 353 122 71
Binary 111001 1001001 11101100 1001100 1000101 0 111 11101011 1010010 111001

Color Harmonies of #3949EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949EC

Black with #3949EC

Text Example


Text Example

White with #3949EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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