#4051F2

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

Shades of Neon Blue #4051F2

Tints of Neon Blue #4051F2

Color information

#4051F2 (or 0x4051F2) is unknown color: approx Neon Blue. HEX triplet: 40, 51 and F2. RGB value is (64,81,242). Sum of RGB (Red+Green+Blue) = 64+81+242=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #4051F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4051F2 is #BFAE0D. Grayscale: #5D5D5D. Windows color (decimal): -12561934 or 15880512. OLE color: 15880512.

HSL color Cylindrical-coordinate representation of color #4051F2: hue angle of 234.27º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4051F2 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6481242-
CMYK0.740.6700.05
HSL234.27º87.25%60%-
HSV(B)234.27º73.55%94.9%-
XYZ21.0813.3985.48-
YUV94.27211.37106.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 242 (94.92% from 255) = 62.53%
R=16.54%
G=20.93%
B=62.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64812420.740.6700.05234.2787.2560
Hex4051F24A4305ea573c
Octal1001213621121030535212774
Binary1000000101000111110010100101010000110101111010101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4051F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4051F2; }

 p { color: rgb(64,81,242); }

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

<style>
 a { background-color: #4051F2; }

 a { background-color: rgb(64,81,242); }

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

<style>
 span { border-color: #4051F2; }

 span { border-color: rgb(64,81,242); }

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