#4659FF

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

Shades of Neon Blue #4659FF

Tints of Neon Blue #4659FF

Color information

#4659FF (or 0x4659FF) is unknown color: approx Neon Blue. HEX triplet: 46, 59 and FF. RGB value is (70,89,255). Sum of RGB (Red+Green+Blue) = 70+89+255=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #4659FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4659FF is #B9A600. Grayscale: #656565. Windows color (decimal): -12166657 or 16734534. OLE color: 16734534.

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

Color convert

RGB7089255-
CMYK0.730.6500
HSL233.84º100%63.73%-
HSV(B)233.84º72.55%100%-
XYZ24.1515.6796.36-
YUV102.24214.21105-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.91%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 255 (100% from 255) = 61.59%
R=16.91%
G=21.50%
B=61.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal70892550.730.6500233.8410063.73
Hex4659FF494100ea6440
Octal10613137711110100352144100
Binary100011010110011111111110010011000001001110101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4659FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4659FF; }

 p { color: rgb(70,89,255); }

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

<style>
 a { background-color: #4659FF; }

 a { background-color: rgb(70,89,255); }

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

<style>
 span { border-color: #4659FF; }

 span { border-color: rgb(70,89,255); }

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