Html Css Color HEX #444AF7 Neon Blue

📋 copy color: '#444AF7'

red 68 ◦ green 74 ◦ blue 247

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

Shades of Neon Blue #444AF7

Tints of Neon Blue #444AF7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 17.48%
G = 19.02%
B = 63.5%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#444AF7 (or 0x444AF7) is known color: Neon Blue. HEX triplet: 44, 4A and F7. RGB value is (68,74,247). Sum of RGB (Red+Green+Blue) = 68+74+247=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #444AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444AF7 is #BBB508. Grayscale: #5B5B5B. Windows color (decimal): -12301577 or 16206404. OLE color: 16206404.

HSL color Cylindrical-coordinate representation of color #444AF7: hue angle of 237.99º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444AF7 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 68 74 247 -
CMYK 0.72 0.70 0 0.03
HSL 237.99º 0.92% 0.62% -
HSV(B) 237.99º 0.72% 0.97% -
XYZ 21.62 12.84 89.33 -
YUV 91.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 68 74 247 0.72 0.70 0 0.03 237.99 0.92 0.62
Hex 44 4A F7 48 46 0 3 EE 5C 3E
Octal 104 112 367 110 106 0 3 356 134 76
Binary 1000100 1001010 11110111 1001000 1000110 0 11 11101110 1011100 111110

Color Harmonies of #444AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444AF7

Black with #444AF7

Text Example


Text Example

White with #444AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,74,247); }

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

background-color css

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

 a { background-color: rgb(68,74,247); }

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

border-color css

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

 span { border-color: rgb(68,74,247); }

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