Html Css Color HEX #4448FD Neon Blue

📋 copy color: '#4448FD'

red 68 ◦ green 72 ◦ blue 253

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

Shades of Neon Blue #4448FD

Tints of Neon Blue #4448FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 17.3%
G = 18.32%
B = 64.38%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4448FD (or 0x4448FD) is known color: Neon Blue. HEX triplet: 44, 48 and FD. RGB value is (68,72,253). Sum of RGB (Red+Green+Blue) = 68+72+253=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #4448FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4448FD is #BBB702. Grayscale: #5A5A5A. Windows color (decimal): -12302083 or 16599108. OLE color: 16599108.

HSL color Cylindrical-coordinate representation of color #4448FD: hue angle of 238.7º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4448FD is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 72 253 -
CMYK 0.73 0.72 0 0.01
HSL 238.7º 0.98% 0.63% -
HSV(B) 238.7º 0.73% 0.99% -
XYZ 22.43 12.96 94.25 -
YUV 91.44 219.17 111.28 -
System Red Green Blue C M Y K H S L
Decimal 68 72 253 0.73 0.72 0 0.01 238.7 0.98 0.63
Hex 44 48 FD 49 48 0 1 EF 62 3F
Octal 104 110 375 111 110 0 1 357 142 77
Binary 1000100 1001000 11111101 1001001 1001000 0 1 11101111 1100010 111111

Color Harmonies of #4448FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448FD

Black with #4448FD

Text Example


Text Example

White with #4448FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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