#6149F5

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

Shades of Neon Blue #6149F5

Tints of Neon Blue #6149F5

Color information

#6149F5 (or 0x6149F5) is unknown color: approx Neon Blue. HEX triplet: 61, 49 and F5. RGB value is (97,73,245). Sum of RGB (Red+Green+Blue) = 97+73+245=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 245 (96.09% from 255 or 59.04% from 415); Max value from RGB is 245 - color contains mainly: blue. Hex color #6149F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6149F5 is #9EB60A. Grayscale: #636363. Windows color (decimal): -10401291 or 16075105. OLE color: 16075105.

HSL color Cylindrical-coordinate representation of color #6149F5: hue angle of 248.37º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6149F5 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9773245-
CMYK0.600.7000.04
HSL248.37º89.58%62.35%-
HSV(B)248.37º70.2%96.08%-
XYZ23.7913.987.81-
YUV99.78209.95126.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 245 (96.09% from 255) = 59.04%
R=23.37%
G=17.59%
B=59.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97732450.600.7000.04248.3789.5862.35
Hex6149F53C4604f85a3e
Octal141111365741060437013276
Binary110000110010011111010111110010001100100111110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6149F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6149F5; }

 p { color: rgb(97,73,245); }

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

<style>
 a { background-color: #6149F5; }

 a { background-color: rgb(97,73,245); }

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

<style>
 span { border-color: #6149F5; }

 span { border-color: rgb(97,73,245); }

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