Html Css Color HEX #4834EE Neon Blue

📋 copy color: '#4834EE'

red 72 ◦ green 52 ◦ blue 238

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

Shades of Neon Blue #4834EE

Tints of Neon Blue #4834EE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 238 (93.36% from 255) = 65.75%

R = 19.89%
G = 14.36%
B = 65.75%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4834EE (or 0x4834EE) is known color: Neon Blue. HEX triplet: 48, 34 and EE. RGB value is (72,52,238). Sum of RGB (Red+Green+Blue) = 72+52+238=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #4834EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4834EE is #B7CB11. Grayscale: #4E4E4E. Windows color (decimal): -12045074 or 15610952. OLE color: 15610952.

HSL color Cylindrical-coordinate representation of color #4834EE: hue angle of 246.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4834EE is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 52 238 -
CMYK 0.70 0.78 0 0.07
HSL 246.45º 0.85% 0.57% -
HSV(B) 246.45º 0.78% 0.93% -
XYZ 19.33 10.01 81.8 -
YUV 79.18 217.63 122.88 -
System Red Green Blue C M Y K H S L
Decimal 72 52 238 0.70 0.78 0 0.07 246.45 0.85 0.57
Hex 48 34 EE 46 4E 0 7 F6 55 39
Octal 110 64 356 106 116 0 7 366 125 71
Binary 1001000 110100 11101110 1000110 1001110 0 111 11110110 1010101 111001

Color Harmonies of #4834EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4834EE

Black with #4834EE

Text Example


Text Example

White with #4834EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4834EE; }

 p { color: rgb(72,52,238); }

 H1.HeaderClassName
 {
   color: #4834EE;
 }
 .AnyTagClassName
 {
   color: #4834EE;
 }
</style>

background-color css

<style>
 a { background-color: #4834EE; }

 a { background-color: rgb(72,52,238); }

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

border-color css

<style>
 span { border-color: #4834EE; }

 span { border-color: rgb(72,52,238); }

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