Html Css Color HEX #4841EC Neon Blue

📋 copy color: '#4841EC'

red 72 ◦ green 65 ◦ blue 236

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

Shades of Neon Blue #4841EC

Tints of Neon Blue #4841EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 19.3%
G = 17.43%
B = 63.27%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4841EC (or 0x4841EC) is known color: Neon Blue. HEX triplet: 48, 41 and EC. RGB value is (72,65,236). Sum of RGB (Red+Green+Blue) = 72+65+236=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #4841EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4841EC is #B7BE13. Grayscale: #555555. Windows color (decimal): -12041748 or 15483208. OLE color: 15483208.

HSL color Cylindrical-coordinate representation of color #4841EC: hue angle of 242.46º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4841EC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 65 236 -
CMYK 0.69 0.72 0 0.07
HSL 242.46º 0.82% 0.59% -
HSV(B) 242.46º 0.72% 0.93% -
XYZ 19.7 11.21 80.48 -
YUV 86.59 212.32 117.6 -
System Red Green Blue C M Y K H S L
Decimal 72 65 236 0.69 0.72 0 0.07 242.46 0.82 0.59
Hex 48 41 EC 45 48 0 7 F2 52 3B
Octal 110 101 354 105 110 0 7 362 122 73
Binary 1001000 1000001 11101100 1000101 1001000 0 111 11110010 1010010 111011

Color Harmonies of #4841EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4841EC

Black with #4841EC

Text Example


Text Example

White with #4841EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4841EC; }

 p { color: rgb(72,65,236); }

 H1.HeaderClassName
 {
   color: #4841EC;
 }
 .AnyTagClassName
 {
   color: #4841EC;
 }
</style>

background-color css

<style>
 a { background-color: #4841EC; }

 a { background-color: rgb(72,65,236); }

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

border-color css

<style>
 span { border-color: #4841EC; }

 span { border-color: rgb(72,65,236); }

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