Html Css Color HEX #4449FB Neon Blue

📋 copy color: '#4449FB'

red 68 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #4449FB

Tints of Neon Blue #4449FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 17.35%
G = 18.62%
B = 64.03%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4449FB (or 0x4449FB) is known color: Neon Blue. HEX triplet: 44, 49 and FB. RGB value is (68,73,251). Sum of RGB (Red+Green+Blue) = 68+73+251=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #4449FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4449FB is #BBB604. Grayscale: #5B5B5B. Windows color (decimal): -12301829 or 16468292. OLE color: 16468292.

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

Color convert

RGB 68 73 251 -
CMYK 0.73 0.71 0 0.02
HSL 238.36º 0.96% 0.63% -
HSV(B) 238.36º 0.73% 0.98% -
XYZ 22.18 12.96 92.6 -
YUV 91.8 217.84 111.03 -
System Red Green Blue C M Y K H S L
Decimal 68 73 251 0.73 0.71 0 0.02 238.36 0.96 0.63
Hex 44 49 FB 49 47 0 2 EE 60 3F
Octal 104 111 373 111 107 0 2 356 140 77
Binary 1000100 1001001 11111011 1001001 1000111 0 10 11101110 1100000 111111

Color Harmonies of #4449FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449FB

Black with #4449FB

Text Example


Text Example

White with #4449FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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