#6146FA

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

Shades of Neon Blue #6146FA

Tints of Neon Blue #6146FA

Color information

#6146FA (or 0x6146FA) is unknown color: approx Neon Blue. HEX triplet: 61, 46 and FA. RGB value is (97,70,250). Sum of RGB (Red+Green+Blue) = 97+70+250=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #6146FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6146FA is #9EB905. Grayscale: #616161. Windows color (decimal): -10402054 or 16402017. OLE color: 16402017.

HSL color Cylindrical-coordinate representation of color #6146FA: hue angle of 249º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6146FA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9770250-
CMYK0.610.7200.02
HSL249º94.74%62.75%-
HSV(B)249º72%98.04%-
XYZ24.3813.8291.83-
YUV98.59213.45126.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 250 (98.05% from 255) = 59.95%
R=23.26%
G=16.79%
B=59.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal97702500.610.7200.0224994.7462.75
Hex6146FA3D4802f95f3f
Octal141106372751100237113777
Binary11000011000110111110101111011001000010111110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6146FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6146FA; }

 p { color: rgb(97,70,250); }

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

<style>
 a { background-color: #6146FA; }

 a { background-color: rgb(97,70,250); }

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

<style>
 span { border-color: #6146FA; }

 span { border-color: rgb(97,70,250); }

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