Html Css Color HEX #4A36EB Neon Blue

📋 copy color: '#4A36EB'

red 74 ◦ green 54 ◦ blue 235

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

Shades of Neon Blue #4A36EB

Tints of Neon Blue #4A36EB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

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

R = 20.39%
G = 14.88%
B = 64.74%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A36EB (or 0x4A36EB) is known color: Neon Blue. HEX triplet: 4A, 36 and EB. RGB value is (74,54,235). Sum of RGB (Red+Green+Blue) = 74+54+235=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A36EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A36EB is #B5C914. Grayscale: #4F4F4F. Windows color (decimal): -11913493 or 15414858. OLE color: 15414858.

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

Color convert

RGB 74 54 235 -
CMYK 0.69 0.77 0 0.08
HSL 246.63º 0.82% 0.57% -
HSV(B) 246.63º 0.77% 0.92% -
XYZ 19.14 10.09 79.54 -
YUV 80.61 215.13 123.28 -
System Red Green Blue C M Y K H S L
Decimal 74 54 235 0.69 0.77 0 0.08 246.63 0.82 0.57
Hex 4A 36 EB 45 4D 0 8 F7 52 39
Octal 112 66 353 105 115 0 10 367 122 71
Binary 1001010 110110 11101011 1000101 1001101 0 1000 11110111 1010010 111001

Color Harmonies of #4A36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A36EB

Black with #4A36EB

Text Example


Text Example

White with #4A36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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