Html Css Color HEX #4E38DD Neon Blue

📋 copy color: '#4E38DD'

red 78 ◦ green 56 ◦ blue 221

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

Shades of Neon Blue #4E38DD

Tints of Neon Blue #4E38DD

RGB

 RED value IS 78 (30.86% from 255) = 21.97%

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 21.97%
G = 15.77%
B = 62.25%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E38DD (or 0x4E38DD) is known color: Neon Blue. HEX triplet: 4E, 38 and DD. RGB value is (78,56,221). Sum of RGB (Red+Green+Blue) = 78+56+221=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E38DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E38DD is #B1C722. Grayscale: #505050. Windows color (decimal): -11650851 or 14497870. OLE color: 14497870.

HSL color Cylindrical-coordinate representation of color #4E38DD: hue angle of 248º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E38DD is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 56 221 -
CMYK 0.65 0.75 0 0.13
HSL 248º 0.71% 0.54% -
HSV(B) 248º 0.75% 0.87% -
XYZ 17.61 9.67 69.34 -
YUV 81.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 78 56 221 0.65 0.75 0 0.13 248 0.71 0.54
Hex 4E 38 DD 41 4B 0 D F8 47 36
Octal 116 70 335 101 113 0 15 370 107 66
Binary 1001110 111000 11011101 1000001 1001011 0 1101 11111000 1000111 110110

Color Harmonies of #4E38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E38DD

Black with #4E38DD

Text Example


Text Example

White with #4E38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E38DD; }

 p { color: rgb(78,56,221); }

 H1.HeaderClassName
 {
   color: #4E38DD;
 }
 .AnyTagClassName
 {
   color: #4E38DD;
 }
</style>

background-color css

<style>
 a { background-color: #4E38DD; }

 a { background-color: rgb(78,56,221); }

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

border-color css

<style>
 span { border-color: #4E38DD; }

 span { border-color: rgb(78,56,221); }

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