Html Css Color HEX #444CE5 Neon Blue

📋 copy color: '#444CE5'

red 68 ◦ green 76 ◦ blue 229

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

Shades of Neon Blue #444CE5

Tints of Neon Blue #444CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.39%

R = 18.23%
G = 20.38%
B = 61.39%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#444CE5 (or 0x444CE5) is known color: Neon Blue. HEX triplet: 44, 4C and E5. RGB value is (68,76,229). Sum of RGB (Red+Green+Blue) = 68+76+229=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #444CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CE5 is #BBB31A. Grayscale: #5A5A5A. Windows color (decimal): -12301083 or 15027268. OLE color: 15027268.

HSL color Cylindrical-coordinate representation of color #444CE5: hue angle of 237.02º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444CE5 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 76 229 -
CMYK 0.70 0.67 0 0.10
HSL 237.02º 0.76% 0.58% -
HSV(B) 237.02º 0.7% 0.9% -
XYZ 19.11 12.05 75.45 -
YUV 91.05 205.85 111.56 -
System Red Green Blue C M Y K H S L
Decimal 68 76 229 0.70 0.67 0 0.10 237.02 0.76 0.58
Hex 44 4C E5 46 43 0 A ED 4C 3A
Octal 104 114 345 106 103 0 12 355 114 72
Binary 1000100 1001100 11100101 1000110 1000011 0 1010 11101101 1001100 111010

Color Harmonies of #444CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CE5

Black with #444CE5

Text Example


Text Example

White with #444CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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