Html Css Color HEX #4A46EC Neon Blue

📋 copy color: '#4A46EC'

red 74 ◦ green 70 ◦ blue 236

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

Shades of Neon Blue #4A46EC

Tints of Neon Blue #4A46EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.42%

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 19.47%
G = 18.42%
B = 62.11%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A46EC (or 0x4A46EC) is known color: Neon Blue. HEX triplet: 4A, 46 and EC. RGB value is (74,70,236). Sum of RGB (Red+Green+Blue) = 74+70+236=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A46EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A46EC is #B5B913. Grayscale: #595959. Windows color (decimal): -11909396 or 15484490. OLE color: 15484490.

HSL color Cylindrical-coordinate representation of color #4A46EC: hue angle of 241.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A46EC is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 70 236 -
CMYK 0.69 0.70 0 0.07
HSL 241.45º 0.81% 0.6% -
HSV(B) 241.45º 0.7% 0.93% -
XYZ 20.15 11.89 80.59 -
YUV 90.12 210.33 116.5 -
System Red Green Blue C M Y K H S L
Decimal 74 70 236 0.69 0.70 0 0.07 241.45 0.81 0.6
Hex 4A 46 EC 45 46 0 7 F1 51 3C
Octal 112 106 354 105 106 0 7 361 121 74
Binary 1001010 1000110 11101100 1000101 1000110 0 111 11110001 1010001 111100

Color Harmonies of #4A46EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A46EC

Black with #4A46EC

Text Example


Text Example

White with #4A46EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,70,236); }

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

background-color css

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

 a { background-color: rgb(74,70,236); }

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

border-color css

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

 span { border-color: rgb(74,70,236); }

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