Html Css Color HEX #4A40EA Neon Blue

📋 copy color: '#4A40EA'

red 74 ◦ green 64 ◦ blue 234

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

Shades of Neon Blue #4A40EA

Tints of Neon Blue #4A40EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

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

R = 19.89%
G = 17.2%
B = 62.9%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A40EA (or 0x4A40EA) is known color: Neon Blue. HEX triplet: 4A, 40 and EA. RGB value is (74,64,234). Sum of RGB (Red+Green+Blue) = 74+64+234=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A40EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A40EA is #B5BF15. Grayscale: #555555. Windows color (decimal): -11910934 or 15351882. OLE color: 15351882.

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

Color convert

RGB 74 64 234 -
CMYK 0.68 0.73 0 0.08
HSL 243.53º 0.8% 0.58% -
HSV(B) 243.53º 0.73% 0.92% -
XYZ 19.51 11.06 78.95 -
YUV 86.37 211.31 119.18 -
System Red Green Blue C M Y K H S L
Decimal 74 64 234 0.68 0.73 0 0.08 243.53 0.8 0.58
Hex 4A 40 EA 44 49 0 8 F4 50 3A
Octal 112 100 352 104 111 0 10 364 120 72
Binary 1001010 1000000 11101010 1000100 1001001 0 1000 11110100 1010000 111010

Color Harmonies of #4A40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A40EA

Black with #4A40EA

Text Example


Text Example

White with #4A40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,234); }

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

background-color css

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

 a { background-color: rgb(74,64,234); }

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

border-color css

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

 span { border-color: rgb(74,64,234); }

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