#4039DF

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

Shades of Neon Blue #4039DF

Tints of Neon Blue #4039DF

Color information

#4039DF (or 0x4039DF) is unknown color: approx Neon Blue. HEX triplet: 40, 39 and DF. RGB value is (64,57,223). Sum of RGB (Red+Green+Blue) = 64+57+223=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #4039DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4039DF is #BFC620. Grayscale: #4D4D4D. Windows color (decimal): -12568097 or 14629184. OLE color: 14629184.

HSL color Cylindrical-coordinate representation of color #4039DF: hue angle of 242.53º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4039DF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6457223-
CMYK0.710.7400.13
HSL242.53º72.17%54.9%-
HSV(B)242.53º74.44%87.45%-
XYZ16.99.3470.73-
YUV78.02209.82118-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.60%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 223 (87.5% from 255) = 64.83%
R=18.60%
G=16.57%
B=64.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64572230.710.7400.13242.5372.1754.9
Hex4039DF474A0Df34837
Octal1007133710711201536311067
Binary1000000111001110111111000111100101001101111100111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4039DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4039DF; }

 p { color: rgb(64,57,223); }

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

<style>
 a { background-color: #4039DF; }

 a { background-color: rgb(64,57,223); }

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

<style>
 span { border-color: #4039DF; }

 span { border-color: rgb(64,57,223); }

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