Html Css Color HEX #4A40DC Neon Blue

📋 copy color: '#4A40DC'

red 74 ◦ green 64 ◦ blue 220

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

Shades of Neon Blue #4A40DC

Tints of Neon Blue #4A40DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.45%

R = 20.67%
G = 17.88%
B = 61.45%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A40DC (or 0x4A40DC) is known color: Neon Blue. HEX triplet: 4A, 40 and DC. RGB value is (74,64,220). Sum of RGB (Red+Green+Blue) = 74+64+220=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A40DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40DC is #B5BF23. Grayscale: #545454. Windows color (decimal): -11910948 or 14434378. OLE color: 14434378.

HSL color Cylindrical-coordinate representation of color #4A40DC: hue angle of 243.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A40DC is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 64 220 -
CMYK 0.66 0.71 0 0.14
HSL 243.85º 0.69% 0.56% -
HSV(B) 243.85º 0.71% 0.86% -
XYZ 17.58 10.29 68.77 -
YUV 84.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 74 64 220 0.66 0.71 0 0.14 243.85 0.69 0.56
Hex 4A 40 DC 42 47 0 E F4 45 38
Octal 112 100 334 102 107 0 16 364 105 70
Binary 1001010 1000000 11011100 1000010 1000111 0 1110 11110100 1000101 111000

Color Harmonies of #4A40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A40DC

Black with #4A40DC

Text Example


Text Example

White with #4A40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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