Html Css Color HEX #4449EB Neon Blue

📋 copy color: '#4449EB'

red 68 ◦ green 73 ◦ blue 235

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

Shades of Neon Blue #4449EB

Tints of Neon Blue #4449EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.5%

R = 18.09%
G = 19.41%
B = 62.5%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4449EB (or 0x4449EB) is known color: Neon Blue. HEX triplet: 44, 49 and EB. RGB value is (68,73,235). Sum of RGB (Red+Green+Blue) = 68+73+235=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #4449EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4449EB is #BBB614. Grayscale: #595959. Windows color (decimal): -12301845 or 15419716. OLE color: 15419716.

HSL color Cylindrical-coordinate representation of color #4449EB: hue angle of 238.2º degrees, saturation: 0.81, 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 #4449EB is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 73 235 -
CMYK 0.71 0.69 0 0.08
HSL 238.2º 0.81% 0.59% -
HSV(B) 238.2º 0.71% 0.92% -
XYZ 19.76 11.99 79.87 -
YUV 89.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 68 73 235 0.71 0.69 0 0.08 238.2 0.81 0.59
Hex 44 49 EB 47 45 0 8 EE 51 3B
Octal 104 111 353 107 105 0 10 356 121 73
Binary 1000100 1001001 11101011 1000111 1000101 0 1000 11101110 1010001 111011

Color Harmonies of #4449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449EB

Black with #4449EB

Text Example


Text Example

White with #4449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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