#4059FF

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

Shades of Neon Blue #4059FF

Tints of Neon Blue #4059FF

Color information

#4059FF (or 0x4059FF) is unknown color: approx Neon Blue. HEX triplet: 40, 59 and FF. RGB value is (64,89,255). Sum of RGB (Red+Green+Blue) = 64+89+255=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #4059FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4059FF is #BFA600. Grayscale: #636363. Windows color (decimal): -12559873 or 16734528. OLE color: 16734528.

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

Color convert

RGB6489255-
CMYK0.750.6500
HSL232.15º100%62.55%-
HSV(B)232.15º74.9%100%-
XYZ23.7415.4596.34-
YUV100.45215.22102-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.69%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 255 (100% from 255) = 62.5%
R=15.69%
G=21.81%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64892550.750.6500232.1510062.55
Hex4059FF4B4100e8643f
Octal1001313771131010035014477
Binary10000001011001111111111001011100000100111010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4059FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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