Html Css Color HEX #4844EF Neon Blue

📋 copy color: '#4844EF'

red 72 ◦ green 68 ◦ blue 239

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

Shades of Neon Blue #4844EF

Tints of Neon Blue #4844EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 19%
G = 17.94%
B = 63.06%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4844EF (or 0x4844EF) is known color: Neon Blue. HEX triplet: 48, 44 and EF. RGB value is (72,68,239). Sum of RGB (Red+Green+Blue) = 72+68+239=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #4844EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4844EF is #B7BB10. Grayscale: #585858. Windows color (decimal): -12040977 or 15680584. OLE color: 15680584.

HSL color Cylindrical-coordinate representation of color #4844EF: hue angle of 241.4º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4844EF is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 68 239 -
CMYK 0.70 0.72 0 0.06
HSL 241.4º 0.84% 0.6% -
HSV(B) 241.4º 0.72% 0.94% -
XYZ 20.32 11.74 82.86 -
YUV 88.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 72 68 239 0.70 0.72 0 0.06 241.4 0.84 0.6
Hex 48 44 EF 46 48 0 6 F1 54 3C
Octal 110 104 357 106 110 0 6 361 124 74
Binary 1001000 1000100 11101111 1000110 1001000 0 110 11110001 1010100 111100

Color Harmonies of #4844EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4844EF

Black with #4844EF

Text Example


Text Example

White with #4844EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4844EF; }

 p { color: rgb(72,68,239); }

 H1.HeaderClassName
 {
   color: #4844EF;
 }
 .AnyTagClassName
 {
   color: #4844EF;
 }
</style>

background-color css

<style>
 a { background-color: #4844EF; }

 a { background-color: rgb(72,68,239); }

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

border-color css

<style>
 span { border-color: #4844EF; }

 span { border-color: rgb(72,68,239); }

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