Html Css Color HEX #4942DE Neon Blue

📋 copy color: '#4942DE'

red 73 ◦ green 66 ◦ blue 222

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

Shades of Neon Blue #4942DE

Tints of Neon Blue #4942DE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.28%

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

R = 20.22%
G = 18.28%
B = 61.5%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4942DE (or 0x4942DE) is known color: Neon Blue. HEX triplet: 49, 42 and DE. RGB value is (73,66,222). Sum of RGB (Red+Green+Blue) = 73+66+222=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #4942DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4942DE is #B6BD21. Grayscale: #555555. Windows color (decimal): -11975970 or 14565961. OLE color: 14565961.

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

Color convert

RGB 73 66 222 -
CMYK 0.67 0.70 0 0.13
HSL 242.69º 0.7% 0.56% -
HSV(B) 242.69º 0.7% 0.87% -
XYZ 17.88 10.59 70.21 -
YUV 85.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 73 66 222 0.67 0.70 0 0.13 242.69 0.7 0.56
Hex 49 42 DE 43 46 0 D F3 46 38
Octal 111 102 336 103 106 0 15 363 106 70
Binary 1001001 1000010 11011110 1000011 1000110 0 1101 11110011 1000110 111000

Color Harmonies of #4942DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942DE

Black with #4942DE

Text Example


Text Example

White with #4942DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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