Html Css Color HEX #4448FF Neon Blue

📋 copy color: '#4448FF'

red 68 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #4448FF

Tints of Neon Blue #4448FF

RGB

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

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

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

R = 17.22%
G = 18.23%
B = 64.56%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4448FF (or 0x4448FF) is known color: Neon Blue. HEX triplet: 44, 48 and FF. RGB value is (68,72,255). Sum of RGB (Red+Green+Blue) = 68+72+255=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #4448FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4448FF is #BBB700. Grayscale: #5A5A5A. Windows color (decimal): -12302081 or 16730180. OLE color: 16730180.

HSL color Cylindrical-coordinate representation of color #4448FF: hue angle of 238.72º 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 #4448FF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 68 72 255 -
CMYK 0.73 0.72 0 0
HSL 238.72º 1% 0.63% -
HSV(B) 238.72º 0.73% 1% -
XYZ 22.75 13.08 95.93 -
YUV 91.67 220.17 111.12 -
System Red Green Blue C M Y K H S L
Decimal 68 72 255 0.73 0.72 0 0 238.72 1 0.63
Hex 44 48 FF 49 48 0 0 EF 64 3F
Octal 104 110 377 111 110 0 0 357 144 77
Binary 1000100 1001000 11111111 1001001 1001000 0 0 11101111 1100100 111111

Color Harmonies of #4448FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448FF

Black with #4448FF

Text Example


Text Example

White with #4448FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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