Html Css Color HEX #3640EC Neon Blue

📋 copy color: '#3640EC'

red 54 ◦ green 64 ◦ blue 236

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

Shades of Neon Blue #3640EC

Tints of Neon Blue #3640EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

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

R = 15.25%
G = 18.08%
B = 66.67%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3640EC (or 0x3640EC) is known color: Neon Blue. HEX triplet: 36, 40 and EC. RGB value is (54,64,236). Sum of RGB (Red+Green+Blue) = 54+64+236=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #3640EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3640EC is #C9BF13. Grayscale: #4F4F4F. Windows color (decimal): -13221652 or 15482934. OLE color: 15482934.

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

Color convert

RGB 54 64 236 -
CMYK 0.77 0.73 0 0.07
HSL 236.7º 0.83% 0.57% -
HSV(B) 236.7º 0.77% 0.93% -
XYZ 18.5 10.51 80.41 -
YUV 80.62 215.69 109.01 -
System Red Green Blue C M Y K H S L
Decimal 54 64 236 0.77 0.73 0 0.07 236.7 0.83 0.57
Hex 36 40 EC 4D 49 0 7 ED 53 39
Octal 66 100 354 115 111 0 7 355 123 71
Binary 110110 1000000 11101100 1001101 1001001 0 111 11101101 1010011 111001

Color Harmonies of #3640EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640EC

Black with #3640EC

Text Example


Text Example

White with #3640EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,64,236); }

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

background-color css

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

 a { background-color: rgb(54,64,236); }

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

border-color css

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

 span { border-color: rgb(54,64,236); }

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