Html Css Color HEX #4834ED Neon Blue

📋 copy color: '#4834ED'

red 72 ◦ green 52 ◦ blue 237

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

Shades of Neon Blue #4834ED

Tints of Neon Blue #4834ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 19.94%
G = 14.4%
B = 65.65%

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

#4834ED (or 0x4834ED) is known color: Neon Blue. HEX triplet: 48, 34 and ED. RGB value is (72,52,237). Sum of RGB (Red+Green+Blue) = 72+52+237=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #4834ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4834ED is #B7CB12. Grayscale: #4E4E4E. Windows color (decimal): -12045075 or 15545416. OLE color: 15545416.

HSL color Cylindrical-coordinate representation of color #4834ED: hue angle of 246.49º degrees, saturation: 0.84, 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 #4834ED is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 52 237 -
CMYK 0.70 0.78 0 0.07
HSL 246.49º 0.84% 0.57% -
HSV(B) 246.49º 0.78% 0.93% -
XYZ 19.19 9.95 81.03 -
YUV 79.07 217.13 122.96 -
System Red Green Blue C M Y K H S L
Decimal 72 52 237 0.70 0.78 0 0.07 246.49 0.84 0.57
Hex 48 34 ED 46 4E 0 7 F6 54 39
Octal 110 64 355 106 116 0 7 366 124 71
Binary 1001000 110100 11101101 1000110 1001110 0 111 11110110 1010100 111001

Color Harmonies of #4834ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4834ED

Black with #4834ED

Text Example


Text Example

White with #4834ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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