#4E65FF

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

Shades of Neon Blue #4E65FF

Tints of Neon Blue #4E65FF

Color information

#4E65FF (or 0x4E65FF) is unknown color: approx Neon Blue. HEX triplet: 4E, 65 and FF. RGB value is (78,101,255). Sum of RGB (Red+Green+Blue) = 78+101+255=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E65FF is #B19A00. Grayscale: #6F6F6F. Windows color (decimal): -11639297 or 16737614. OLE color: 16737614.

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

Color convert

RGB78101255-
CMYK0.690.6000
HSL232.2º100%65.29%-
HSV(B)232.2º69.41%100%-
XYZ25.8518.1596.75-
YUV111.68208.88103.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.97%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 255 (100% from 255) = 58.76%
R=17.97%
G=23.27%
B=58.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal781012550.690.6000232.210065.29
Hex4E65FF453C00e86441
Octal1161453771057400350144101
Binary10011101100101111111111000101111100001110100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E65FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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