Html Css Color HEX #4944F2 Neon Blue

📋 copy color: '#4944F2'

red 73 ◦ green 68 ◦ blue 242

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

Shades of Neon Blue #4944F2

Tints of Neon Blue #4944F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.19%

R = 19.06%
G = 17.75%
B = 63.19%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4944F2 (or 0x4944F2) is known color: Neon Blue. HEX triplet: 49, 44 and F2. RGB value is (73,68,242). Sum of RGB (Red+Green+Blue) = 73+68+242=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #4944F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4944F2 is #B6BB0D. Grayscale: #585858. Windows color (decimal): -11975438 or 15877193. OLE color: 15877193.

HSL color Cylindrical-coordinate representation of color #4944F2: hue angle of 241.72º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4944F2 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 68 242 -
CMYK 0.70 0.72 0 0.05
HSL 241.72º 0.87% 0.61% -
HSV(B) 241.72º 0.72% 0.95% -
XYZ 20.84 11.96 85.21 -
YUV 89.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 73 68 242 0.70 0.72 0 0.05 241.72 0.87 0.61
Hex 49 44 F2 46 48 0 5 F2 57 3D
Octal 111 104 362 106 110 0 5 362 127 75
Binary 1001001 1000100 11110010 1000110 1001000 0 101 11110010 1010111 111101

Color Harmonies of #4944F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4944F2

Black with #4944F2

Text Example


Text Example

White with #4944F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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