Html Css Color HEX #4942EF Neon Blue

📋 copy color: '#4942EF'

red 73 ◦ green 66 ◦ blue 239

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

Shades of Neon Blue #4942EF

Tints of Neon Blue #4942EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 19.31%
G = 17.46%
B = 63.23%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4942EF (or 0x4942EF) is known color: Neon Blue. HEX triplet: 49, 42 and EF. RGB value is (73,66,239). Sum of RGB (Red+Green+Blue) = 73+66+239=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #4942EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4942EF is #B6BD10. Grayscale: #575757. Windows color (decimal): -11975953 or 15680073. OLE color: 15680073.

HSL color Cylindrical-coordinate representation of color #4942EF: hue angle of 242.43º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4942EF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 66 239 -
CMYK 0.69 0.72 0 0.06
HSL 242.43º 0.84% 0.6% -
HSV(B) 242.43º 0.72% 0.94% -
XYZ 20.28 11.54 82.82 -
YUV 87.82 213.32 117.43 -
System Red Green Blue C M Y K H S L
Decimal 73 66 239 0.69 0.72 0 0.06 242.43 0.84 0.6
Hex 49 42 EF 45 48 0 6 F2 54 3C
Octal 111 102 357 105 110 0 6 362 124 74
Binary 1001001 1000010 11101111 1000101 1001000 0 110 11110010 1010100 111100

Color Harmonies of #4942EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4942EF

Black with #4942EF

Text Example


Text Example

White with #4942EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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