Html Css Color HEX #4C49EB Neon Blue

📋 copy color: '#4C49EB'

red 76 ◦ green 73 ◦ blue 235

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

Shades of Neon Blue #4C49EB

Tints of Neon Blue #4C49EB

RGB

 RED value IS 76 (30.08% from 255) = 19.79%

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 19.79%
G = 19.01%
B = 61.2%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C49EB (or 0x4C49EB) is known color: Neon Blue. HEX triplet: 4C, 49 and EB. RGB value is (76,73,235). Sum of RGB (Red+Green+Blue) = 76+73+235=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C49EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C49EB is #B3B614. Grayscale: #5B5B5B. Windows color (decimal): -11777557 or 15419724. OLE color: 15419724.

HSL color Cylindrical-coordinate representation of color #4C49EB: hue angle of 241.11º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C49EB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 73 235 -
CMYK 0.68 0.69 0 0.08
HSL 241.11º 0.8% 0.6% -
HSV(B) 241.11º 0.69% 0.92% -
XYZ 20.36 12.3 79.9 -
YUV 92.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 76 73 235 0.68 0.69 0 0.08 241.11 0.8 0.6
Hex 4C 49 EB 44 45 0 8 F1 50 3C
Octal 114 111 353 104 105 0 10 361 120 74
Binary 1001100 1001001 11101011 1000100 1000101 0 1000 11110001 1010000 111100

Color Harmonies of #4C49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C49EB

Black with #4C49EB

Text Example


Text Example

White with #4C49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C49EB; }

 p { color: rgb(76,73,235); }

 H1.HeaderClassName
 {
   color: #4C49EB;
 }
 .AnyTagClassName
 {
   color: #4C49EB;
 }
</style>

background-color css

<style>
 a { background-color: #4C49EB; }

 a { background-color: rgb(76,73,235); }

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

border-color css

<style>
 span { border-color: #4C49EB; }

 span { border-color: rgb(76,73,235); }

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