Html Css Color HEX #444DF9 Neon Blue

📋 copy color: '#444DF9'

red 68 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #444DF9

Tints of Neon Blue #444DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.54%

 BLUE value IS 249 (97.66% from 255) = 63.2%

R = 17.26%
G = 19.54%
B = 63.2%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#444DF9 (or 0x444DF9) is known color: Neon Blue. HEX triplet: 44, 4D and F9. RGB value is (68,77,249). Sum of RGB (Red+Green+Blue) = 68+77+249=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #444DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444DF9 is #BBB206. Grayscale: #5D5D5D. Windows color (decimal): -12300807 or 16338244. OLE color: 16338244.

HSL color Cylindrical-coordinate representation of color #444DF9: hue angle of 237.02º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444DF9 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 77 249 -
CMYK 0.73 0.69 0 0.02
HSL 237.02º 0.94% 0.62% -
HSV(B) 237.02º 0.73% 0.98% -
XYZ 22.14 13.38 91.04 -
YUV 93.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 68 77 249 0.73 0.69 0 0.02 237.02 0.94 0.62
Hex 44 4D F9 49 45 0 2 ED 5E 3E
Octal 104 115 371 111 105 0 2 355 136 76
Binary 1000100 1001101 11111001 1001001 1000101 0 10 11101101 1011110 111110

Color Harmonies of #444DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444DF9

Black with #444DF9

Text Example


Text Example

White with #444DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,249); }

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

background-color css

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

 a { background-color: rgb(68,77,249); }

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

border-color css

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

 span { border-color: rgb(68,77,249); }

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