Html Css Color HEX #4836EA Neon Blue

📋 copy color: '#4836EA'

red 72 ◦ green 54 ◦ blue 234

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

Shades of Neon Blue #4836EA

Tints of Neon Blue #4836EA

RGB

 RED value IS 72 (28.52% from 255) = 20%

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

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

R = 20%
G = 15%
B = 65%

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

#4836EA (or 0x4836EA) is known color: Neon Blue. HEX triplet: 48, 36 and EA. RGB value is (72,54,234). Sum of RGB (Red+Green+Blue) = 72+54+234=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #4836EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4836EA is #B7C915. Grayscale: #4F4F4F. Windows color (decimal): -12044566 or 15349320. OLE color: 15349320.

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

Color convert

RGB 72 54 234 -
CMYK 0.69 0.77 0 0.08
HSL 246º 0.81% 0.56% -
HSV(B) 246º 0.77% 0.92% -
XYZ 18.84 9.96 78.77 -
YUV 79.9 214.96 122.36 -
System Red Green Blue C M Y K H S L
Decimal 72 54 234 0.69 0.77 0 0.08 246 0.81 0.56
Hex 48 36 EA 45 4D 0 8 F6 51 38
Octal 110 66 352 105 115 0 10 366 121 70
Binary 1001000 110110 11101010 1000101 1001101 0 1000 11110110 1010001 111000

Color Harmonies of #4836EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4836EA

Black with #4836EA

Text Example


Text Example

White with #4836EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4836EA; }

 p { color: rgb(72,54,234); }

 H1.HeaderClassName
 {
   color: #4836EA;
 }
 .AnyTagClassName
 {
   color: #4836EA;
 }
</style>

background-color css

<style>
 a { background-color: #4836EA; }

 a { background-color: rgb(72,54,234); }

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

border-color css

<style>
 span { border-color: #4836EA; }

 span { border-color: rgb(72,54,234); }

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