#6155F5

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

Shades of Neon Blue #6155F5

Tints of Neon Blue #6155F5

Color information

#6155F5 (or 0x6155F5) is unknown color: approx Neon Blue. HEX triplet: 61, 55 and F5. RGB value is (97,85,245). Sum of RGB (Red+Green+Blue) = 97+85+245=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #6155F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6155F5 is #9EAA0A. Grayscale: #6A6A6A. Windows color (decimal): -10398219 or 16078177. OLE color: 16078177.

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

Color convert

RGB9785245-
CMYK0.600.6500.04
HSL244.5º88.89%64.71%-
HSV(B)244.5º65.31%96.08%-
XYZ24.6615.6388.1-
YUV106.83205.98120.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 245 (96.09% from 255) = 57.38%
R=22.72%
G=19.91%
B=57.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97852450.600.6500.04244.588.8964.71
Hex6155F53C4104f45941
Octal1411253657410104364131101
Binary1100001101010111110101111100100000101001111010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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