Html Css Color HEX #4E3CDA Neon Blue

📋 copy color: '#4E3CDA'

red 78 ◦ green 60 ◦ blue 218

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

Shades of Neon Blue #4E3CDA

Tints of Neon Blue #4E3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

 BLUE value IS 218 (85.55% from 255) = 61.24%

R = 21.91%
G = 16.85%
B = 61.24%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4E3CDA (or 0x4E3CDA) is known color: Neon Blue. HEX triplet: 4E, 3C and DA. RGB value is (78,60,218). Sum of RGB (Red+Green+Blue) = 78+60+218=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E3CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3CDA is #B1C325. Grayscale: #525252. Windows color (decimal): -11649830 or 14302286. OLE color: 14302286.

HSL color Cylindrical-coordinate representation of color #4E3CDA: hue angle of 246.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3CDA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 60 218 -
CMYK 0.64 0.72 0 0.15
HSL 246.84º 0.68% 0.55% -
HSV(B) 246.84º 0.72% 0.85% -
XYZ 17.41 9.91 67.33 -
YUV 83.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 78 60 218 0.64 0.72 0 0.15 246.84 0.68 0.55
Hex 4E 3C DA 40 48 0 F F7 44 37
Octal 116 74 332 100 110 0 17 367 104 67
Binary 1001110 111100 11011010 1000000 1001000 0 1111 11110111 1000100 110111

Color Harmonies of #4E3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CDA

Black with #4E3CDA

Text Example


Text Example

White with #4E3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,218); }

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

background-color css

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

 a { background-color: rgb(78,60,218); }

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

border-color css

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

 span { border-color: rgb(78,60,218); }

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