Html Css Color HEX #4449FF Neon Blue

📋 copy color: '#4449FF'

red 68 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #4449FF

Tints of Neon Blue #4449FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 17.17%
G = 18.43%
B = 64.39%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4449FF (or 0x4449FF) is known color: Neon Blue. HEX triplet: 44, 49 and FF. RGB value is (68,73,255). Sum of RGB (Red+Green+Blue) = 68+73+255=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #4449FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4449FF is #BBB600. Grayscale: #5B5B5B. Windows color (decimal): -12301825 or 16730436. OLE color: 16730436.

HSL color Cylindrical-coordinate representation of color #4449FF: hue angle of 238.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4449FF is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 73 255 -
CMYK 0.73 0.71 0 0
HSL 238.4º 1% 0.63% -
HSV(B) 238.4º 0.73% 1% -
XYZ 22.82 13.21 95.96 -
YUV 92.25 219.84 110.7 -
System Red Green Blue C M Y K H S L
Decimal 68 73 255 0.73 0.71 0 0 238.4 1 0.63
Hex 44 49 FF 49 47 0 0 EE 64 3F
Octal 104 111 377 111 107 0 0 356 144 77
Binary 1000100 1001001 11111111 1001001 1000111 0 0 11101110 1100100 111111

Color Harmonies of #4449FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449FF

Black with #4449FF

Text Example


Text Example

White with #4449FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4449FF; }

 p { color: rgb(68,73,255); }

 H1.HeaderClassName
 {
   color: #4449FF;
 }
 .AnyTagClassName
 {
   color: #4449FF;
 }
</style>

background-color css

<style>
 a { background-color: #4449FF; }

 a { background-color: rgb(68,73,255); }

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

border-color css

<style>
 span { border-color: #4449FF; }

 span { border-color: rgb(68,73,255); }

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