Html Css Color HEX #4944FB Neon Blue

📋 copy color: '#4944FB'

red 73 ◦ green 68 ◦ blue 251

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

Shades of Neon Blue #4944FB

Tints of Neon Blue #4944FB

RGB

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

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

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

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

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4944FB (or 0x4944FB) is known color: Neon Blue. HEX triplet: 49, 44 and FB. RGB value is (73,68,251). Sum of RGB (Red+Green+Blue) = 73+68+251=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 68 (26.95% from 255 or 17.35% 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 #4944FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4944FB is #B6BB04. Grayscale: #595959. Windows color (decimal): -11975429 or 16467017. OLE color: 16467017.

HSL color Cylindrical-coordinate representation of color #4944FB: hue angle of 241.64º 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 #4944FB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 68 251 -
CMYK 0.71 0.73 0 0.02
HSL 241.64º 0.96% 0.63% -
HSV(B) 241.64º 0.73% 0.98% -
XYZ 22.23 12.52 92.51 -
YUV 90.36 218.66 115.62 -
System Red Green Blue C M Y K H S L
Decimal 73 68 251 0.71 0.73 0 0.02 241.64 0.96 0.63
Hex 49 44 FB 47 49 0 2 F2 60 3F
Octal 111 104 373 107 111 0 2 362 140 77
Binary 1001001 1000100 11111011 1000111 1001001 0 10 11110010 1100000 111111

Color Harmonies of #4944FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4944FB

Black with #4944FB

Text Example


Text Example

White with #4944FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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