#4060FF

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

Shades of Neon Blue #4060FF

Tints of Neon Blue #4060FF

Color information

#4060FF (or 0x4060FF) is unknown color: approx Neon Blue. HEX triplet: 40, 60 and FF. RGB value is (64,96,255). Sum of RGB (Red+Green+Blue) = 64+96+255=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #4060FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4060FF is #BF9F00. Grayscale: #676767. Windows color (decimal): -12558081 or 16736320. OLE color: 16736320.

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

Color convert

RGB6496255-
CMYK0.750.6200
HSL229.95º100%62.55%-
HSV(B)229.95º74.9%100%-
XYZ24.3516.6896.54-
YUV104.56212.999.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.42%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 255 (100% from 255) = 61.45%
R=15.42%
G=23.13%
B=61.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64962550.750.6200229.9510062.55
Hex4060FF4B3E00e6643f
Octal100140377113760034614477
Binary1000000110000011111111100101111111000111001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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