Html Css Color HEX #4934EE Neon Blue

📋 copy color: '#4934EE'

red 73 ◦ green 52 ◦ blue 238

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

Shades of Neon Blue #4934EE

Tints of Neon Blue #4934EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 238 (93.36% from 255) = 65.56%

R = 20.11%
G = 14.33%
B = 65.56%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4934EE (or 0x4934EE) is known color: Neon Blue. HEX triplet: 49, 34 and EE. RGB value is (73,52,238). Sum of RGB (Red+Green+Blue) = 73+52+238=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #4934EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4934EE is #B6CB11. Grayscale: #4E4E4E. Windows color (decimal): -11979538 or 15610953. OLE color: 15610953.

HSL color Cylindrical-coordinate representation of color #4934EE: hue angle of 246.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4934EE is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 52 238 -
CMYK 0.69 0.78 0 0.07
HSL 246.77º 0.85% 0.57% -
HSV(B) 246.77º 0.78% 0.93% -
XYZ 19.41 10.05 81.8 -
YUV 79.48 217.46 123.38 -
System Red Green Blue C M Y K H S L
Decimal 73 52 238 0.69 0.78 0 0.07 246.77 0.85 0.57
Hex 49 34 EE 45 4E 0 7 F7 55 39
Octal 111 64 356 105 116 0 7 367 125 71
Binary 1001001 110100 11101110 1000101 1001110 0 111 11110111 1010101 111001

Color Harmonies of #4934EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934EE

Black with #4934EE

Text Example


Text Example

White with #4934EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4934EE; }

 p { color: rgb(73,52,238); }

 H1.HeaderClassName
 {
   color: #4934EE;
 }
 .AnyTagClassName
 {
   color: #4934EE;
 }
</style>

background-color css

<style>
 a { background-color: #4934EE; }

 a { background-color: rgb(73,52,238); }

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

border-color css

<style>
 span { border-color: #4934EE; }

 span { border-color: rgb(73,52,238); }

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