#4E64FF

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

Shades of Neon Blue #4E64FF

Tints of Neon Blue #4E64FF

Color information

#4E64FF (or 0x4E64FF) is unknown color: approx Neon Blue. HEX triplet: 4E, 64 and FF. RGB value is (78,100,255). Sum of RGB (Red+Green+Blue) = 78+100+255=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E64FF is #B19B00. Grayscale: #6E6E6E. Windows color (decimal): -11639553 or 16737358. OLE color: 16737358.

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

Color convert

RGB78100255-
CMYK0.690.6100
HSL232.54º100%65.29%-
HSV(B)232.54º69.41%100%-
XYZ25.7517.9596.72-
YUV111.09209.21104.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 255 (100% from 255) = 58.89%
R=18.01%
G=23.09%
B=58.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal781002550.690.6100232.5410065.29
Hex4E64FF453D00e96441
Octal1161443771057500351144101
Binary10011101100100111111111000101111101001110100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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