#4E65FA

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

Shades of Neon Blue #4E65FA

Tints of Neon Blue #4E65FA

Color information

#4E65FA (or 0x4E65FA) is unknown color: approx Neon Blue. HEX triplet: 4E, 65 and FA. RGB value is (78,101,250). Sum of RGB (Red+Green+Blue) = 78+101+250=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E65FA is #B19A05. Grayscale: #6E6E6E. Windows color (decimal): -11639302 or 16409934. OLE color: 16409934.

HSL color Cylindrical-coordinate representation of color #4E65FA: hue angle of 231.98º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E65FA is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78101250-
CMYK0.690.6000.02
HSL231.98º94.51%64.31%-
HSV(B)231.98º68.8%98.04%-
XYZ25.0517.8392.56-
YUV111.11206.38104.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.18%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=18.18%
G=23.54%
B=58.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781012500.690.6000.02231.9894.5164.31
Hex4E65FA453C02e85f40
Octal1161453721057402350137100
Binary100111011001011111101010001011111000101110100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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