Html Css Color HEX #3949ED Neon Blue

📋 copy color: '#3949ED'

red 57 ◦ green 73 ◦ blue 237

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

Shades of Neon Blue #3949ED

Tints of Neon Blue #3949ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 15.53%
G = 19.89%
B = 64.58%

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

#3949ED (or 0x3949ED) is known color: Neon Blue. HEX triplet: 39, 49 and ED. RGB value is (57,73,237). Sum of RGB (Red+Green+Blue) = 57+73+237=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #3949ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949ED is #C6B612. Grayscale: #565656. Windows color (decimal): -13022739 or 15550777. OLE color: 15550777.

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

Color convert

RGB 57 73 237 -
CMYK 0.76 0.69 0 0.07
HSL 234.67º 0.83% 0.58% -
HSV(B) 234.67º 0.76% 0.93% -
XYZ 19.36 11.75 81.37 -
YUV 86.91 212.7 106.66 -
System Red Green Blue C M Y K H S L
Decimal 57 73 237 0.76 0.69 0 0.07 234.67 0.83 0.58
Hex 39 49 ED 4C 45 0 7 EB 53 3A
Octal 71 111 355 114 105 0 7 353 123 72
Binary 111001 1001001 11101101 1001100 1000101 0 111 11101011 1010011 111010

Color Harmonies of #3949ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949ED

Black with #3949ED

Text Example


Text Example

White with #3949ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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