#4e3fdd

Color #4E3FDD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4E3FDD

Tints of Neon Blue #4E3FDD

Color information

#4E3FDD (or 0x4E3FDD) is unknown color: approx Neon Blue. HEX triplet: 4E, 3F and DD. RGB value is (78,63,221). Sum of RGB (Red+Green+Blue) = 78+63+221=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E3FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FDD is #B1C022. Grayscale: #545454. Windows color (decimal): -11649059 or 14499662. OLE color: 14499662.

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

Color convert

RGB7863221-
CMYK0.650.7100.13
HSL245.7º69.91%55.69%-
HSV(B)245.7º71.49%86.67%-
XYZ17.9710.469.47-
YUV85.5204.47122.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.55%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 221 (86.72% from 255) = 61.05%
R=21.55%
G=17.40%
B=61.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78632210.650.7100.13245.769.9155.69
Hex4E3FDD41470Df64638
Octal1167733510110701536610670
Binary1001110111111110111011000001100011101101111101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e3fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4e3fdd;
 }
 .AnyTagClassName
 {
   color: #4e3fdd;
 }
</style>
background-color css

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

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

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

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

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

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