Html Css Color HEX #4644EC Neon Blue

📋 copy color: '#4644EC'

red 70 ◦ green 68 ◦ blue 236

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

Shades of Neon Blue #4644EC

Tints of Neon Blue #4644EC

RGB

 RED value IS 70 (27.73% from 255) = 18.72%

 GREEN value IS 68 (26.95% from 255) = 18.18%

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

R = 18.72%
G = 18.18%
B = 63.1%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4644EC (or 0x4644EC) is known color: Neon Blue. HEX triplet: 46, 44 and EC. RGB value is (70,68,236). Sum of RGB (Red+Green+Blue) = 70+68+236=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #4644EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4644EC is #B9BB13. Grayscale: #575757. Windows color (decimal): -12172052 or 15483974. OLE color: 15483974.

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

Color convert

RGB 70 68 236 -
CMYK 0.70 0.71 0 0.07
HSL 240.71º 0.82% 0.6% -
HSV(B) 240.71º 0.71% 0.93% -
XYZ 19.73 11.49 80.54 -
YUV 87.75 211.66 115.34 -
System Red Green Blue C M Y K H S L
Decimal 70 68 236 0.70 0.71 0 0.07 240.71 0.82 0.6
Hex 46 44 EC 46 47 0 7 F1 52 3C
Octal 106 104 354 106 107 0 7 361 122 74
Binary 1000110 1000100 11101100 1000110 1000111 0 111 11110001 1010010 111100

Color Harmonies of #4644EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4644EC

Black with #4644EC

Text Example


Text Example

White with #4644EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,68,236); }

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

background-color css

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

 a { background-color: rgb(70,68,236); }

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

border-color css

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

 span { border-color: rgb(70,68,236); }

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