Html Css Color HEX #4943ED Neon Blue

📋 copy color: '#4943ED'

red 73 ◦ green 67 ◦ blue 237

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

Shades of Neon Blue #4943ED

Tints of Neon Blue #4943ED

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.77%

 BLUE value IS 237 (92.97% from 255) = 62.86%

R = 19.36%
G = 17.77%
B = 62.86%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4943ED (or 0x4943ED) is known color: Neon Blue. HEX triplet: 49, 43 and ED. RGB value is (73,67,237). Sum of RGB (Red+Green+Blue) = 73+67+237=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #4943ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4943ED is #B6BC12. Grayscale: #575757. Windows color (decimal): -11975699 or 15549257. OLE color: 15549257.

HSL color Cylindrical-coordinate representation of color #4943ED: hue angle of 242.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4943ED is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 67 237 -
CMYK 0.69 0.72 0 0.07
HSL 242.12º 0.83% 0.6% -
HSV(B) 242.12º 0.72% 0.93% -
XYZ 20.04 11.55 81.29 -
YUV 88.17 211.99 117.18 -
System Red Green Blue C M Y K H S L
Decimal 73 67 237 0.69 0.72 0 0.07 242.12 0.83 0.6
Hex 49 43 ED 45 48 0 7 F2 53 3C
Octal 111 103 355 105 110 0 7 362 123 74
Binary 1001001 1000011 11101101 1000101 1001000 0 111 11110010 1010011 111100

Color Harmonies of #4943ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4943ED

Black with #4943ED

Text Example


Text Example

White with #4943ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4943ED; }

 p { color: rgb(73,67,237); }

 H1.HeaderClassName
 {
   color: #4943ED;
 }
 .AnyTagClassName
 {
   color: #4943ED;
 }
</style>

background-color css

<style>
 a { background-color: #4943ED; }

 a { background-color: rgb(73,67,237); }

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

border-color css

<style>
 span { border-color: #4943ED; }

 span { border-color: rgb(73,67,237); }

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