Html Css Color HEX #4944DE Neon Blue

📋 copy color: '#4944DE'

red 73 ◦ green 68 ◦ blue 222

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

Shades of Neon Blue #4944DE

Tints of Neon Blue #4944DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 20.11%
G = 18.73%
B = 61.16%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4944DE (or 0x4944DE) is known color: Neon Blue. HEX triplet: 49, 44 and DE. RGB value is (73,68,222). Sum of RGB (Red+Green+Blue) = 73+68+222=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #4944DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4944DE is #B6BB21. Grayscale: #565656. Windows color (decimal): -11975458 or 14566473. OLE color: 14566473.

HSL color Cylindrical-coordinate representation of color #4944DE: hue angle of 241.95º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4944DE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 68 222 -
CMYK 0.67 0.69 0 0.13
HSL 241.95º 0.7% 0.57% -
HSV(B) 241.95º 0.69% 0.87% -
XYZ 18 10.82 70.25 -
YUV 87.05 204.16 117.98 -
System Red Green Blue C M Y K H S L
Decimal 73 68 222 0.67 0.69 0 0.13 241.95 0.7 0.57
Hex 49 44 DE 43 45 0 D F2 46 39
Octal 111 104 336 103 105 0 15 362 106 71
Binary 1001001 1000100 11011110 1000011 1000101 0 1101 11110010 1000110 111001

Color Harmonies of #4944DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4944DE

Black with #4944DE

Text Example


Text Example

White with #4944DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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