Html Css Color HEX #4448E1 Neon Blue

📋 copy color: '#4448E1'

red 68 ◦ green 72 ◦ blue 225

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

Shades of Neon Blue #4448E1

Tints of Neon Blue #4448E1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 225 (88.28% from 255) = 61.64%

R = 18.63%
G = 19.73%
B = 61.64%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4448E1 (or 0x4448E1) is known color: Neon Blue. HEX triplet: 44, 48 and E1. RGB value is (68,72,225). Sum of RGB (Red+Green+Blue) = 68+72+225=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #4448E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448E1 is #BBB71E. Grayscale: #575757. Windows color (decimal): -12302111 or 14764100. OLE color: 14764100.

HSL color Cylindrical-coordinate representation of color #4448E1: hue angle of 238.47º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4448E1 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 72 225 -
CMYK 0.70 0.68 0 0.12
HSL 238.47º 0.72% 0.57% -
HSV(B) 238.47º 0.7% 0.88% -
XYZ 18.29 11.3 72.45 -
YUV 88.25 205.17 113.56 -
System Red Green Blue C M Y K H S L
Decimal 68 72 225 0.70 0.68 0 0.12 238.47 0.72 0.57
Hex 44 48 E1 46 44 0 C EE 48 39
Octal 104 110 341 106 104 0 14 356 110 71
Binary 1000100 1001000 11100001 1000110 1000100 0 1100 11101110 1001000 111001

Color Harmonies of #4448E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448E1

Black with #4448E1

Text Example


Text Example

White with #4448E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4448E1; }

 p { color: rgb(68,72,225); }

 H1.HeaderClassName
 {
   color: #4448E1;
 }
 .AnyTagClassName
 {
   color: #4448E1;
 }
</style>

background-color css

<style>
 a { background-color: #4448E1; }

 a { background-color: rgb(68,72,225); }

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

border-color css

<style>
 span { border-color: #4448E1; }

 span { border-color: rgb(68,72,225); }

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