Html Css Color HEX #444CEA Neon Blue

📋 copy color: '#444CEA'

red 68 ◦ green 76 ◦ blue 234

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

Shades of Neon Blue #444CEA

Tints of Neon Blue #444CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 17.99%
G = 20.11%
B = 61.9%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#444CEA (or 0x444CEA) is known color: Neon Blue. HEX triplet: 44, 4C and EA. RGB value is (68,76,234). Sum of RGB (Red+Green+Blue) = 68+76+234=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #444CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CEA is #BBB315. Grayscale: #5A5A5A. Windows color (decimal): -12301078 or 15354948. OLE color: 15354948.

HSL color Cylindrical-coordinate representation of color #444CEA: hue angle of 237.11º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444CEA is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 76 234 -
CMYK 0.71 0.68 0 0.08
HSL 237.11º 0.8% 0.59% -
HSV(B) 237.11º 0.71% 0.92% -
XYZ 19.82 12.34 79.18 -
YUV 91.62 208.35 111.15 -
System Red Green Blue C M Y K H S L
Decimal 68 76 234 0.71 0.68 0 0.08 237.11 0.8 0.59
Hex 44 4C EA 47 44 0 8 ED 50 3B
Octal 104 114 352 107 104 0 10 355 120 73
Binary 1000100 1001100 11101010 1000111 1000100 0 1000 11101101 1010000 111011

Color Harmonies of #444CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CEA

Black with #444CEA

Text Example


Text Example

White with #444CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,76,234); }

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

background-color css

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

 a { background-color: rgb(68,76,234); }

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

border-color css

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

 span { border-color: rgb(68,76,234); }

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