#4058FF

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

Shades of Neon Blue #4058FF

Tints of Neon Blue #4058FF

Color information

#4058FF (or 0x4058FF) is unknown color: approx Neon Blue. HEX triplet: 40, 58 and FF. RGB value is (64,88,255). Sum of RGB (Red+Green+Blue) = 64+88+255=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #4058FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4058FF is #BFA700. Grayscale: #636363. Windows color (decimal): -12560129 or 16734272. OLE color: 16734272.

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

Color convert

RGB6488255-
CMYK0.750.6500
HSL232.46º100%62.55%-
HSV(B)232.46º74.9%100%-
XYZ23.6515.2996.31-
YUV99.86215.55102.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 255 (100% from 255) = 62.65%
R=15.72%
G=21.62%
B=62.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64882550.750.6500232.4610062.55
Hex4058FF4B4100e8643f
Octal1001303771131010035014477
Binary10000001011000111111111001011100000100111010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4058FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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