Html Css Color HEX #4E3FDB Neon Blue

📋 copy color: '#4E3FDB'

red 78 ◦ green 63 ◦ blue 219

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

Shades of Neon Blue #4E3FDB

Tints of Neon Blue #4E3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 21.67%
G = 17.5%
B = 60.83%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E3FDB (or 0x4E3FDB) is known color: Neon Blue. HEX triplet: 4E, 3F and DB. RGB value is (78,63,219). Sum of RGB (Red+Green+Blue) = 78+63+219=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E3FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FDB is #B1C024. Grayscale: #545454. Windows color (decimal): -11649061 or 14368590. OLE color: 14368590.

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

Color convert

RGB 78 63 219 -
CMYK 0.64 0.71 0 0.14
HSL 245.77º 0.68% 0.55% -
HSV(B) 245.77º 0.71% 0.86% -
XYZ 17.71 10.29 68.07 -
YUV 85.27 203.47 122.82 -
System Red Green Blue C M Y K H S L
Decimal 78 63 219 0.64 0.71 0 0.14 245.77 0.68 0.55
Hex 4E 3F DB 40 47 0 E F6 44 37
Octal 116 77 333 100 107 0 16 366 104 67
Binary 1001110 111111 11011011 1000000 1000111 0 1110 11110110 1000100 110111

Color Harmonies of #4E3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3FDB

Black with #4E3FDB

Text Example


Text Example

White with #4E3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,63,219); }

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

background-color css

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

 a { background-color: rgb(78,63,219); }

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

border-color css

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

 span { border-color: rgb(78,63,219); }

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