Html Css Color HEX #3649E6 Neon Blue

📋 copy color: '#3649E6'

red 54 ◦ green 73 ◦ blue 230

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

Shades of Neon Blue #3649E6

Tints of Neon Blue #3649E6

RGB

 RED value IS 54 (21.48% from 255) = 15.13%

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

 BLUE value IS 230 (90.23% from 255) = 64.43%

R = 15.13%
G = 20.45%
B = 64.43%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3649E6 (or 0x3649E6) is known color: Neon Blue. HEX triplet: 36, 49 and E6. RGB value is (54,73,230). Sum of RGB (Red+Green+Blue) = 54+73+230=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 230 (90.23% from 255 or 64.43% from 357); Max value from RGB is 230 - color contains mainly: blue. Hex color #3649E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3649E6 is #C9B619. Grayscale: #545454. Windows color (decimal): -13219354 or 15092022. OLE color: 15092022.

HSL color Cylindrical-coordinate representation of color #3649E6: hue angle of 233.52º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3649E6 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 73 230 -
CMYK 0.77 0.68 0 0.10
HSL 233.52º 0.78% 0.56% -
HSV(B) 233.52º 0.77% 0.9% -
XYZ 18.19 11.26 76.08 -
YUV 85.22 209.71 105.73 -
System Red Green Blue C M Y K H S L
Decimal 54 73 230 0.77 0.68 0 0.10 233.52 0.78 0.56
Hex 36 49 E6 4D 44 0 A EA 4E 38
Octal 66 111 346 115 104 0 12 352 116 70
Binary 110110 1001001 11100110 1001101 1000100 0 1010 11101010 1001110 111000

Color Harmonies of #3649E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3649E6

Black with #3649E6

Text Example


Text Example

White with #3649E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3649E6; }

 p { color: rgb(54,73,230); }

 H1.HeaderClassName
 {
   color: #3649E6;
 }
 .AnyTagClassName
 {
   color: #3649E6;
 }
</style>

background-color css

<style>
 a { background-color: #3649E6; }

 a { background-color: rgb(54,73,230); }

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

border-color css

<style>
 span { border-color: #3649E6; }

 span { border-color: rgb(54,73,230); }

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