#4E38FF

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

Shades of Neon Blue #4E38FF

Tints of Neon Blue #4E38FF

Color information

#4E38FF (or 0x4E38FF) is unknown color: approx Neon Blue. HEX triplet: 4E, 38 and FF. RGB value is (78,56,255). Sum of RGB (Red+Green+Blue) = 78+56+255=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E38FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E38FF is #B1C700. Grayscale: #545454. Windows color (decimal): -11650817 or 16726094. OLE color: 16726094.

HSL color Cylindrical-coordinate representation of color #4E38FF: hue angle of 246.63º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E38FF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7856255-
CMYK0.690.7800
HSL246.63º100%60.98%-
HSV(B)246.63º78.04%100%-
XYZ22.6111.6795.67-
YUV85.26223.79122.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.05%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 255 (100% from 255) = 65.55%
R=20.05%
G=14.40%
B=65.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal78562550.690.7800246.6310060.98
Hex4E38FF454E00f7643d
Octal116703771051160036714475
Binary1001110111000111111111000101100111000111101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E38FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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