Html Css Color HEX #444EEC Neon Blue

📋 copy color: '#444EEC'

red 68 ◦ green 78 ◦ blue 236

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

Shades of Neon Blue #444EEC

Tints of Neon Blue #444EEC

RGB

 RED value IS 68 (26.95% from 255) = 17.8%

 GREEN value IS 78 (30.86% from 255) = 20.42%

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

R = 17.8%
G = 20.42%
B = 61.78%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#444EEC (or 0x444EEC) is known color: Neon Blue. HEX triplet: 44, 4E and EC. RGB value is (68,78,236). Sum of RGB (Red+Green+Blue) = 68+78+236=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #444EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444EEC is #BBB113. Grayscale: #5C5C5C. Windows color (decimal): -12300564 or 15486532. OLE color: 15486532.

HSL color Cylindrical-coordinate representation of color #444EEC: hue angle of 236.43º 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 #444EEC is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 78 236 -
CMYK 0.71 0.67 0 0.07
HSL 236.43º 0.82% 0.6% -
HSV(B) 236.43º 0.71% 0.93% -
XYZ 20.25 12.73 80.75 -
YUV 93.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 68 78 236 0.71 0.67 0 0.07 236.43 0.82 0.6
Hex 44 4E EC 47 43 0 7 EC 52 3C
Octal 104 116 354 107 103 0 7 354 122 74
Binary 1000100 1001110 11101100 1000111 1000011 0 111 11101100 1010010 111100

Color Harmonies of #444EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444EEC

Black with #444EEC

Text Example


Text Example

White with #444EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444EEC; }

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

 H1.HeaderClassName
 {
   color: #444EEC;
 }
 .AnyTagClassName
 {
   color: #444EEC;
 }
</style>

background-color css

<style>
 a { background-color: #444EEC; }

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

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

border-color css

<style>
 span { border-color: #444EEC; }

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

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