#6051F6

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

Shades of Neon Blue #6051F6

Tints of Neon Blue #6051F6

Color information

#6051F6 (or 0x6051F6) is unknown color: approx Neon Blue. HEX triplet: 60, 51 and F6. RGB value is (96,81,246). Sum of RGB (Red+Green+Blue) = 96+81+246=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #6051F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6051F6 is #9FAE09. Grayscale: #676767. Windows color (decimal): -10464778 or 16142688. OLE color: 16142688.

HSL color Cylindrical-coordinate representation of color #6051F6: hue angle of 245.45º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6051F6 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9681246-
CMYK0.610.6700.04
HSL245.45º90.16%64.12%-
HSV(B)245.45º67.07%96.47%-
XYZ24.415.0388.8-
YUV104.3207.97122.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 246 (96.48% from 255) = 58.16%
R=22.70%
G=19.15%
B=58.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96812460.610.6700.04245.4590.1664.12
Hex6051F63D4304f55a40
Octal1401213667510304365132100
Binary1100000101000111110110111101100001101001111010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6051F6; }

 p { color: rgb(96,81,246); }

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

<style>
 a { background-color: #6051F6; }

 a { background-color: rgb(96,81,246); }

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

<style>
 span { border-color: #6051F6; }

 span { border-color: rgb(96,81,246); }

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