Html Css Color HEX #4936EA Neon Blue

📋 copy color: '#4936EA'

red 73 ◦ green 54 ◦ blue 234

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

Shades of Neon Blue #4936EA

Tints of Neon Blue #4936EA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 20.22%
G = 14.96%
B = 64.82%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4936EA (or 0x4936EA) is known color: Neon Blue. HEX triplet: 49, 36 and EA. RGB value is (73,54,234). Sum of RGB (Red+Green+Blue) = 73+54+234=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #4936EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4936EA is #B6C915. Grayscale: #4F4F4F. Windows color (decimal): -11979030 or 15349321. OLE color: 15349321.

HSL color Cylindrical-coordinate representation of color #4936EA: hue angle of 246.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4936EA is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 54 234 -
CMYK 0.69 0.77 0 0.08
HSL 246.33º 0.81% 0.56% -
HSV(B) 246.33º 0.77% 0.92% -
XYZ 18.92 10 78.77 -
YUV 80.2 214.79 122.86 -
System Red Green Blue C M Y K H S L
Decimal 73 54 234 0.69 0.77 0 0.08 246.33 0.81 0.56
Hex 49 36 EA 45 4D 0 8 F6 51 38
Octal 111 66 352 105 115 0 10 366 121 70
Binary 1001001 110110 11101010 1000101 1001101 0 1000 11110110 1010001 111000

Color Harmonies of #4936EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936EA

Black with #4936EA

Text Example


Text Example

White with #4936EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4936EA; }

 p { color: rgb(73,54,234); }

 H1.HeaderClassName
 {
   color: #4936EA;
 }
 .AnyTagClassName
 {
   color: #4936EA;
 }
</style>

background-color css

<style>
 a { background-color: #4936EA; }

 a { background-color: rgb(73,54,234); }

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

border-color css

<style>
 span { border-color: #4936EA; }

 span { border-color: rgb(73,54,234); }

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