Html Css Color HEX #3B49ED Neon Blue

📋 copy color: '#3B49ED'

red 59 ◦ green 73 ◦ blue 237

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

Shades of Neon Blue #3B49ED

Tints of Neon Blue #3B49ED

RGB

 RED value IS 59 (23.44% from 255) = 15.99%

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

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

R = 15.99%
G = 19.78%
B = 64.23%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3B49ED (or 0x3B49ED) is known color: Neon Blue. HEX triplet: 3B, 49 and ED. RGB value is (59,73,237). Sum of RGB (Red+Green+Blue) = 59+73+237=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B49ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B49ED is #C4B612. Grayscale: #565656. Windows color (decimal): -12891667 or 15550779. OLE color: 15550779.

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

Color convert

RGB 59 73 237 -
CMYK 0.75 0.69 0 0.07
HSL 235.28º 0.83% 0.58% -
HSV(B) 235.28º 0.75% 0.93% -
XYZ 19.47 11.81 81.37 -
YUV 87.51 212.36 107.66 -
System Red Green Blue C M Y K H S L
Decimal 59 73 237 0.75 0.69 0 0.07 235.28 0.83 0.58
Hex 3B 49 ED 4B 45 0 7 EB 53 3A
Octal 73 111 355 113 105 0 7 353 123 72
Binary 111011 1001001 11101101 1001011 1000101 0 111 11101011 1010011 111010

Color Harmonies of #3B49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B49ED

Black with #3B49ED

Text Example


Text Example

White with #3B49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B49ED; }

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

 H1.HeaderClassName
 {
   color: #3B49ED;
 }
 .AnyTagClassName
 {
   color: #3B49ED;
 }
</style>

background-color css

<style>
 a { background-color: #3B49ED; }

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

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

border-color css

<style>
 span { border-color: #3B49ED; }

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

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