#4E62FF

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

Shades of Neon Blue #4E62FF

Tints of Neon Blue #4E62FF

Color information

#4E62FF (or 0x4E62FF) is unknown color: approx Neon Blue. HEX triplet: 4E, 62 and FF. RGB value is (78,98,255). Sum of RGB (Red+Green+Blue) = 78+98+255=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E62FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E62FF is #B19D00. Grayscale: #6D6D6D. Windows color (decimal): -11640065 or 16736846. OLE color: 16736846.

HSL color Cylindrical-coordinate representation of color #4E62FF: hue angle of 233.22º 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 #4E62FF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7898255-
CMYK0.690.6200
HSL233.22º100%65.29%-
HSV(B)233.22º69.41%100%-
XYZ25.5617.5896.65-
YUV109.92209.87105.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.10%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 255 (100% from 255) = 59.16%
R=18.10%
G=22.74%
B=59.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal78982550.690.6200233.2210065.29
Hex4E62FF453E00e96441
Octal1161423771057600351144101
Binary10011101100010111111111000101111110001110100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E62FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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