Html Css Color HEX #4A44EB Neon Blue

📋 copy color: '#4A44EB'

red 74 ◦ green 68 ◦ blue 235

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

Shades of Neon Blue #4A44EB

Tints of Neon Blue #4A44EB

RGB

 RED value IS 74 (29.3% from 255) = 19.63%

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 19.63%
G = 18.04%
B = 62.33%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A44EB (or 0x4A44EB) is known color: Neon Blue. HEX triplet: 4A, 44 and EB. RGB value is (74,68,235). Sum of RGB (Red+Green+Blue) = 74+68+235=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A44EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A44EB is #B5BB14. Grayscale: #585858. Windows color (decimal): -11909909 or 15418442. OLE color: 15418442.

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

Color convert

RGB 74 68 235 -
CMYK 0.69 0.71 0 0.08
HSL 242.16º 0.81% 0.59% -
HSV(B) 242.16º 0.71% 0.92% -
XYZ 19.89 11.59 79.79 -
YUV 88.83 210.49 117.42 -
System Red Green Blue C M Y K H S L
Decimal 74 68 235 0.69 0.71 0 0.08 242.16 0.81 0.59
Hex 4A 44 EB 45 47 0 8 F2 51 3B
Octal 112 104 353 105 107 0 10 362 121 73
Binary 1001010 1000100 11101011 1000101 1000111 0 1000 11110010 1010001 111011

Color Harmonies of #4A44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A44EB

Black with #4A44EB

Text Example


Text Example

White with #4A44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,235); }

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

background-color css

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

 a { background-color: rgb(74,68,235); }

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

border-color css

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

 span { border-color: rgb(74,68,235); }

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